|
|
|
@ -321,7 +321,7 @@ public class DgApplyAmountInfoServiceImpl extends ServiceImpl<DgApplyAmountInfoM |
|
|
|
|
//同时将担保部经理状态改为审核中,操作状态改为待处理
|
|
|
|
|
DgApplyAmountList applyAmountList = dgApplyAmountListMapper.selectOne(new QueryWrapper<DgApplyAmountList>() |
|
|
|
|
.eq("business_id", businessApplication.getBusinessId()).eq("type", 2)); |
|
|
|
|
applyAmountList.setId(dgApplyAmountList.getId()); |
|
|
|
|
applyAmountList.setId(applyAmountList.getId()); |
|
|
|
|
applyAmountList.setStatus(StatusCode.SP_IN_REVIEW);//审核中
|
|
|
|
|
applyAmountList.setOperatingStatus(StatusCode.CZ_ON_HAND);//待处理
|
|
|
|
|
dgApplyAmountListMapper.updateById(applyAmountList); |
|
|
|
|