qiangxuan 2 tuần trước cách đây
mục cha
commit
9aa65e32bd

+ 1 - 1
zgzt-sys-java/jeecg-module-conn/src/main/java/org/jeecg/modules/billetActual/service/impl/BilletHotsendBaseServiceImpl.java

@@ -383,7 +383,7 @@ public class BilletHotsendBaseServiceImpl extends ServiceImpl<BilletHotsendBaseM
 				billetLiftingBillUpdate.setAssemblyNumber(getAssemblyNumber(billetBasicInfoLists));
 				billetLiftingBillService.updateById(billetLiftingBillUpdate);
 			} catch (Exception e) {
-				log.info("{}{}", "更新吊运单异常,C端自动化热装<保存>失败!", JSON.toJSON(billetLiftingBillUpdate);
+				log.info("{}{}", "更新吊运单异常,C端自动化热装<保存>失败!", JSON.toJSON(billetLiftingBillUpdate));
 				return;
 			}
 		}