LinWuTai 1 жил өмнө
parent
commit
8253a80fca

+ 5 - 0
ruoyi-admin/src/main/java/com/ruoyi/asset/service/impl/TbAssetInformationServiceImpl.java

@@ -146,6 +146,11 @@ public class TbAssetInformationServiceImpl implements ITbAssetInformationService
         String number = tbAssetInformation.getNumber();
         tbAssetInformation.setCode(number);
 
+        String locationNumber = tbAssetInformation.getLocationNumber();
+        if (StrUtil.isBlank(locationNumber)) {
+            tbAssetInformation.setLocationNumber(null);
+        }
+
         // 将编码转为16进制
         String epc = HexUtil.encodeHexStr(number, CharsetUtil.CHARSET_UTF_8);
         // epc补充位