|
@@ -3101,8 +3101,15 @@ public class MeterWorkRailwayActualServiceImpl extends BaseServiceImpl<MeterWork
|
|
|
//查询配置表所有发货单位编号
|
|
//查询配置表所有发货单位编号
|
|
|
HashMap<String, Object> obj = new HashMap<>();
|
|
HashMap<String, Object> obj = new HashMap<>();
|
|
|
obj.put("pBaseCode", "001038");
|
|
obj.put("pBaseCode", "001038");
|
|
|
|
|
+ obj.put("validFlag", "1");
|
|
|
List<String> matterModels = comBaseInfoMapper.matterNoByBaseCode(obj);
|
|
List<String> matterModels = comBaseInfoMapper.matterNoByBaseCode(obj);
|
|
|
params.put("list", matterModels);
|
|
params.put("list", matterModels);
|
|
|
|
|
+
|
|
|
|
|
+ HashMap<String, Object> mapObj = new HashMap<>();
|
|
|
|
|
+ mapObj.put("pBaseCode", "001044");
|
|
|
|
|
+ mapObj.put("validFlag", "1");
|
|
|
|
|
+ List<String> matterNameModels = comBaseInfoMapper.matterNoByBaseName(mapObj);
|
|
|
|
|
+ params.put("matterNameList", matterNameModels);
|
|
|
List<MeterWorkRailwayActual> actualModels = meterWorkRailwayActualMapper.autoPrintRailway(params);
|
|
List<MeterWorkRailwayActual> actualModels = meterWorkRailwayActualMapper.autoPrintRailway(params);
|
|
|
|
|
|
|
|
rm.setSucceed();
|
|
rm.setSucceed();
|