|
|
|
@ -170,7 +170,8 @@ public class MesPackageNoGenerateStepService extends BaseStepService {
|
|
|
|
|
stepResult.setDataCollection(new ArrayList());
|
|
|
|
|
packageDataContextList = doHandlePackagePrint(reqBean, stepResult, packageRuleContext, packageDataContextList, entry.getValue());
|
|
|
|
|
|
|
|
|
|
//更新实时的打包数据 if (CollectionUtils.isEmpty(packageDataContextMap)) packageDataContextMap = new HashMap<>();
|
|
|
|
|
//更新实时的打包数据
|
|
|
|
|
if (CollectionUtils.isEmpty(packageDataContextMap)) packageDataContextMap = new HashMap<>();
|
|
|
|
|
if (CollectionUtils.isEmpty(packageDataContextList)) packageDataContextMap.remove(entry.getKey());
|
|
|
|
|
else packageDataContextMap.put(entry.getKey(), JSONObject.toJSONString(packageDataContextList));
|
|
|
|
|
|
|
|
|
|