|
|
@@ -543,8 +543,6 @@ public class VerificationServiceImpl extends CommonBaseServiceImpl<VerificationM
|
|
|
formData.getMain().setVc_auditdate(new Date());
|
|
|
baseDTO = this.saveFormData(formData);
|
|
|
Long id = baseDTO.getId();
|
|
|
-
|
|
|
-
|
|
|
VerificationDTO verificationDTO = formData.getMain();
|
|
|
Subledger subledger = changSubledgerUntil(verificationDTO);
|
|
|
subledgerMapper.insertSelective(subledger);
|
|
|
@@ -573,7 +571,8 @@ public class VerificationServiceImpl extends CommonBaseServiceImpl<VerificationM
|
|
|
|
|
|
//更新出入库状态
|
|
|
this.updateProdInoutStatus(id);
|
|
|
-
|
|
|
+ //更新审核人和审核日期
|
|
|
+ verificationMapper.updateAuditMsg(id,BaseContextHolder.getUserName());
|
|
|
baseDTO.setId(id);
|
|
|
baseDTO.setName(BillCodeSeq.VERIFICATION.getCaller());
|
|
|
baseDTO.setCode(formData.getMain().getVc_code());
|