备料审批后推送高压MES修改

This commit is contained in:
houyi 2025-10-09 13:51:14 +08:00
parent bc079f9517
commit b457962c3a
1 changed files with 4 additions and 1 deletions

View File

@ -222,9 +222,12 @@ public class AfterApproveRuleHighpressureMes implements IRule<AggPickmVO> {
jsonArray.add(singleObj);
list.put("list", jsonArray);
}
if (list != null && !list.isEmpty()) {
pushData(list, flags);
}
}
/**
* 获取自定义项信息
*/