md
This commit is contained in:
parent
2b6f974588
commit
69e3734b4f
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user