fix:倒扣料requestID存储问题

This commit is contained in:
zhangzq
2026-08-01 10:46:58 +08:00
parent aa2933a6b7
commit 5c367ca7f9

View File

@@ -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);