箱变-质检报告推启源MES-错误处理

This commit is contained in:
mzr 2025-10-03 15:27:34 +08:00
parent 33a73ecbac
commit 86a309d3f5
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class SyncQcQmsRule implements IRule<ReportVO> {
singleObj.put("bz", hvo.getVmemo());// 摘要备注用于填写送检单的补充说明信息
// 查询关联的质检报告-传入启源送检单的明细
HYPubBO hybo = new HYPubBO();
ReportItemVO[] reportItemVOS = (ReportItemVO[]) hybo.queryByCondition(ReportItemVO.class, " and cfirstid = '" + pk_arriveorder + "'");
ReportItemVO[] reportItemVOS = (ReportItemVO[]) hybo.queryByCondition(ReportItemVO.class, " cfirstid = '" + pk_arriveorder + "'");
JSONArray contentArray = new JSONArray();
for (ReportItemVO reportItemVO : reportItemVOS) {
String pkReportbill = reportItemVO.getPk_reportbill();