|
@@ -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<>();
|