|
@@ -182,11 +182,10 @@ public class RefundManageService implements BaseService<RefundManage, RefundMana
|
|
|
Integer collectionStatus = null;
|
|
|
Integer fundCollectionStatus = null;
|
|
|
for (RefundDetail detail : details) {
|
|
|
- if (detail.getType().equals("定金") || detail.getType().equals("房款")) {
|
|
|
- collectionStatus = 3;
|
|
|
- }
|
|
|
if (detail.getType().equals("专项维修资金")) {
|
|
|
fundCollectionStatus = 3;
|
|
|
+ }else {
|
|
|
+ collectionStatus = 3;
|
|
|
}
|
|
|
detail.setRefundManageId(id);
|
|
|
detail.setCreatedId(userId);
|