|
@@ -35,7 +35,7 @@ public class CatalogueUtil {
|
|
|
public static Map<String, QCCatalogue> qcCatalogueMap = new HashMap<>();
|
|
|
public static Map<Integer, String> intMapString =
|
|
|
ImmutableMap.<Integer, String>builder().put(1, "一").put(2, "二").put(3, "三").put(4, "四").put(5, "五")
|
|
|
- .put(6, "六").put(7, "七").put(8, "八").put(9, "九").build();
|
|
|
+ .put(6, "六").put(7, "七").put(8, "八").put(9, "九").put(0, "零").build();
|
|
|
|
|
|
public static boolean isEmpty(String content) {
|
|
|
return StringUtil.isBlank(removeSpecialChar(content));
|