Merge branch 'feature' of https://gitee.com/liuyingfang/cashier-admin into feature

This commit is contained in:
liuyingfang
2024-03-05 15:36:54 +08:00
8 changed files with 50 additions and 13 deletions

View File

@@ -80,7 +80,6 @@ public class ListUtil {
for (String s : listString) {
integerList.add(Integer.parseInt(s));
}
System.out.println(integerList);
return integerList;
}