UDI码解析问题

busUser
anthonywj 2 years ago
parent 4312972a91
commit 1ae4180e7f

@ -193,7 +193,7 @@ public class FilterUdiUtils {
} }
} }
if (data.length() - length > 10) { if (data.length() - length > 22) {
return null; return null;
} }
if (StrUtil.isEmpty(udiEntity.getUdi())) { if (StrUtil.isEmpty(udiEntity.getUdi())) {

Loading…
Cancel
Save