src/main/java/com/whyc/util/CommonUtil.java
@@ -89,6 +89,11 @@ docLogService.record2(request,uId,name,operationType,msg,msgDetail); } /** * 物料编码自动填充补齐 * @param code * @return */ public static String codeAutoFill(String code){ int length = code.length(); if (length == 9) {