查询出入库单审核状态;盘点推送结果oms;

This commit is contained in:
王奎兴
2026-04-17 19:09:21 +08:00
parent dfb360e123
commit 5ed590bfd2
5 changed files with 22 additions and 5 deletions
@@ -415,6 +415,7 @@ public class InvestigationManageImpl extends ServiceImpl<InvestigationManageMapp
investigationManageUpdate.setUpdateTime(new Date());
investigationManageUpdate.setUpdateByName(userRealName);
investigationManageUpdate.setDifferentNumber(differentNumber);
pushOms(investigationManageUpdate);
return this.updateById(investigationManageUpdate);
}