盘点推送结果oms;

This commit is contained in:
王奎兴
2026-04-17 19:39:26 +08:00
parent d7cb562a9f
commit 90ede30b14
@@ -422,9 +422,11 @@ public class InvestigationManageImpl extends ServiceImpl<InvestigationManageMapp
public void pushOms(InvestigationManage investigationManageUpdate) {
LoginUser loginUser = SecurityUtils.getLoginUser();
UserPo userPo = loginUser.getUserPo();
Long investigationNumber = investigationManageUpdate.getInvestigationManageId();
Long investigationManageId = investigationManageUpdate.getInvestigationManageId();
InvestigationManage investigationManage = investigationManageMapper.selectById(investigationManageId);
String investigationNumber = investigationManage.getInvestigationNumber();
List<InvestigetionManageDetail> investigetionManageDetails = investigetionManageDetailMapper.selectList(new QueryWrapper<InvestigetionManageDetail>().lambda()
.eq(InvestigetionManageDetail::getInvestigationManageDetailId, investigationNumber)
.eq(InvestigetionManageDetail::getInvestigationNumber, investigationNumber)
.eq(InvestigetionManageDetail::getDelFlag, 1));
for (InvestigetionManageDetail investigetionManageDetail : investigetionManageDetails) {
Integer investigationResult = investigetionManageDetail.getInvestigationResult();