Quellcode durchsuchen

注释装运单目的地

qiangxuan vor 1 Monat
Ursprung
Commit
a4c141e00e

+ 3 - 3
zgzt-sys-java/jeecg-module-conn/src/main/java/org/jeecg/modules/storageBill/service/impl/StorageBillServiceImpl.java

@@ -153,9 +153,9 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
                 LambdaQueryWrapper<BilletHotsendTypeConfig> queryWrapper3 = new LambdaQueryWrapper<>();
                 queryWrapper3.eq(BilletHotsendTypeConfig::getCastMachine, ccmNo)
                         .eq(BilletHotsendTypeConfig::getId, shiftConfiguration.getDestination());
-                BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendTypeConfigService.getOne(queryWrapper3);
-                storageBill.setDestination(billetHotsendTypeConfig.getTypeName());
-                storageBill.setTypeConfigId(shiftConfiguration.getDestination());
+//                BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendTypeConfigService.getOne(queryWrapper3);
+//                storageBill.setDestination(billetHotsendTypeConfig.getTypeName());
+//                storageBill.setTypeConfigId(shiftConfiguration.getDestination());
                 storageBill.setBrandNum(shiftConfiguration.getSteelGrade());//牌号
                 storageBill.setNewOldPlatform(shiftConfiguration.getNewOldPlatform());
                 storageBill.setSize(shiftConfiguration.getSpec());