|
@@ -171,10 +171,11 @@ public class RefundManageService implements BaseService<RefundManage, RefundMana
|
|
|
model.setCreatedAt(date);
|
|
|
int result = insertWithoutId(model);
|
|
|
|
|
|
- // 更新合同 收款状态
|
|
|
+ // 更新合同 收款状态 合同状态
|
|
|
ContractManage contractManage = contractManageMapper.selectByPrimaryKey(model.getContractId());
|
|
|
contractManage.setCollectionStatus(collectionStatus);
|
|
|
contractManage.setFundCollectionStatus(fundCollectionStatus);
|
|
|
+ contractManage.setContractStatus(3);
|
|
|
contractManageMapper.updateByPrimaryKeySelective(contractManage);
|
|
|
return result;
|
|
|
}
|