mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
修复一些可能的并发问题
This commit is contained in:
+2
-2
@@ -63,10 +63,10 @@ public class ExcelReadUtil { // 文件读取
|
||||
}
|
||||
);
|
||||
index.set(true);
|
||||
map.put("order", orderMap);
|
||||
if (MapUtil.isNotEmpty(orderMap) || CollectionUtil.isNotEmpty(list)) {
|
||||
if (MapUtil.isEmpty(orderMap) || CollectionUtil.isEmpty(list)) {
|
||||
isErr.set(-1);
|
||||
}
|
||||
map.put("order", orderMap);
|
||||
map.put("plate", list);
|
||||
return map;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user