This commit is contained in:
linfso 2024-06-09 00:56:34 +08:00
parent 2b6f974588
commit 69e3734b4f

View File

@ -10,6 +10,7 @@
package com.xdadan.erp.emis.service.impl;
import java.util.Date;
import java.util.List;
import com.xdadan.erp.emis.service.EmisBaseService;
@ -66,6 +67,8 @@ public class EmisWaybillProblemInfoServiceImpl extends EmisBaseService implement
{
// 标记运单问题件
this.changeWaybillProblemInfo(emisWaybillProblemInfo.getBillCode(),emisWaybillProblemInfo.getProblemType(),emisWaybillProblemInfo.getProblemCause());
emisWaybillProblemInfo.setRegisterSaveDate(new Date());
return emisWaybillProblemInfoMapper.insertEmisWaybillProblemInfo(emisWaybillProblemInfo);
}