|
@@ -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补充位
|