qiangxuan 3 týždňov pred
rodič
commit
55b1ba5246

+ 0 - 1
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/storageBill/service/impl/StorageBillServiceImpl.java

@@ -212,7 +212,6 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
         //根据部门orgCode查询部门,需要将职位id进行传递
         BilletHotsendTypeConfig billetHotsendTypeConfig = billetHotsendTypeConfigService.getById(storageBill.getTypeConfigId());
         if (oConvertUtils.isEmpty(billetHotsendTypeConfig)){
-            log.info("{}{}", "钢坯类型配置信息查询为空,装运明细查询失败", JSON.toJSON(storageBill));
             return result;
         }
         if ("billet_auto_tmp".equals(billetHotsendTypeConfig.getBelongTable())){