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