|
|
|
@ -261,6 +261,7 @@ public class DgPaymentConfirmationConsiderServiceImpl extends ServiceImpl<DgPaym |
|
|
|
|
paymentConfirmationConsider.setConsiderId(currentUser); |
|
|
|
|
paymentConfirmationConsider.setStatus(StatusCode.SP_REVIEWED); |
|
|
|
|
paymentConfirmationConsider.setOperatingStatus(StatusCode.CZ_PROCESSED); |
|
|
|
|
paymentConfirmationConsider.setImgFile(imgFile); |
|
|
|
|
int update = baseMapper.updateById(paymentConfirmationConsider); |
|
|
|
|
|
|
|
|
|
//同时往审核流程进程表新增一条记录
|
|
|
|
@ -308,6 +309,7 @@ public class DgPaymentConfirmationConsiderServiceImpl extends ServiceImpl<DgPaym |
|
|
|
|
paymentConfirmationConsider.setConsiderId(currentUser); |
|
|
|
|
paymentConfirmationConsider.setStatus(StatusCode.SP_REVIEWED); |
|
|
|
|
paymentConfirmationConsider.setOperatingStatus(StatusCode.CZ_PROCESSED); |
|
|
|
|
paymentConfirmationConsider.setImgFile(imgFile); |
|
|
|
|
int update = baseMapper.updateById(paymentConfirmationConsider); |
|
|
|
|
//同时往审核流程进程表新增一条记录
|
|
|
|
|
String account = DgApplyAmountInfoController.getAccount(); |
|
|
|
@ -345,6 +347,7 @@ public class DgPaymentConfirmationConsiderServiceImpl extends ServiceImpl<DgPaym |
|
|
|
|
paymentConfirmationConsider.setConsiderId(currentUser); |
|
|
|
|
paymentConfirmationConsider.setStatus(StatusCode.SP_REJECT); |
|
|
|
|
paymentConfirmationConsider.setOperatingStatus(StatusCode.CZ_PROCESSED); |
|
|
|
|
paymentConfirmationConsider.setImgFile(imgFile); |
|
|
|
|
int update = baseMapper.updateById(paymentConfirmationConsider); |
|
|
|
|
//同时往审核流程进程表新增一条记录
|
|
|
|
|
String account = DgApplyAmountInfoController.getAccount(); |
|
|
|
|