Просмотр исходного кода

棒一、棒三工作台导出指定目的地

lingpeng.li 1 месяц назад
Родитель
Сommit
5059e90c13

+ 1 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/rollClubThree/controller/RollClubThreeDetailsController.java

@@ -241,7 +241,7 @@ public class RollClubThreeDetailsController extends JeecgController<RollClubThre
             // 铸机号查询条件
             queryWrapper.eq("ccm_no", storageBillPrint.getCcmNo());
             // 目的地
-            queryWrapper.eq("destination", storageBillPrint.getDestination());
+            queryWrapper.eq("destination", "棒三");
             if(oConvertUtils.isNotEmpty(storageBillPrint.getChangeShiftId())) { // 班组取班组时间
                 // 根据铸机号、交班记录ID,获取交班记录中的班别、班次、创建时间
                 LambdaQueryWrapper<BilletHotsendChangeShift> changeQueryWrapper = new LambdaQueryWrapper<>();

+ 1 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/rollOutShipp/controller/RollOutShippDetailsController.java

@@ -237,7 +237,7 @@ public class RollOutShippDetailsController extends JeecgController<RollOutShippD
 			// 铸机号查询条件
 			queryWrapper.eq("ccm_no", storageBillPrint.getCcmNo());
 			// 目的地
-			queryWrapper.eq("destination", storageBillPrint.getDestination());
+			queryWrapper.eq("destination", "上若");
 			if(oConvertUtils.isNotEmpty(storageBillPrint.getChangeShiftId())) { // 班组取班组时间
 				// 根据铸机号、交班记录ID,获取交班记录中的班别、班次、创建时间
 				LambdaQueryWrapper<BilletHotsendChangeShift> changeQueryWrapper = new LambdaQueryWrapper<>();