UDI码解析问题

busUser
anthonywj 2 years ago
parent 4cf3d32e52
commit 02685af1e4

@ -54,7 +54,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