fix:倒扣料requestID存储问题
This commit is contained in:
@@ -90,7 +90,7 @@ public class MesReportServiceImpl implements MesReportService {
|
||||
entity.setCreateTime(DateUtil.now());
|
||||
entity.setRemark(ex.getMessage());
|
||||
entity.setStatus(StockReturnStatusEnum.ERROR.getCode() );
|
||||
entity.setRequestId(workReportParam.getWorkOrderCode());
|
||||
entity.setBillno(workReportParam.getWorkOrderCode());
|
||||
entity.setCreatedBy(SecurityUtils.getCurrentUsername());
|
||||
entity.setReportParam(JSON.toJSONString(workReportParam));
|
||||
iReceiveOutReturnService.save(entity);
|
||||
|
||||
Reference in New Issue
Block a user