|
|
@ -142,6 +142,7 @@ public class DgPaymentConfirmationConsiderServiceImpl extends ServiceImpl<DgPaym |
|
|
|
insert = baseMapper.insert(dgPaymentConfirmationConsider); |
|
|
|
insert = baseMapper.insert(dgPaymentConfirmationConsider); |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
paymentConfirmationTemp.setAuditOpinion(""); |
|
|
|
paymentConfirmationTemp.setAuditOpinion(""); |
|
|
|
|
|
|
|
paymentConfirmationTemp.setImgFile(imgFile); |
|
|
|
paymentConfirmationTemp.setStatus(StatusCode.SP_IN_REVIEW); |
|
|
|
paymentConfirmationTemp.setStatus(StatusCode.SP_IN_REVIEW); |
|
|
|
paymentConfirmationTemp.setOperatingStatus(StatusCode.CZ_ON_HAND); |
|
|
|
paymentConfirmationTemp.setOperatingStatus(StatusCode.CZ_ON_HAND); |
|
|
|
insert = baseMapper.updateById(paymentConfirmationTemp); |
|
|
|
insert = baseMapper.updateById(paymentConfirmationTemp); |
|
|
|