diff --git a/WebRoot/Excel/3e9d8b69-988c-4cf6-851c-aabb67261a3a.xlsx b/WebRoot/Excel/3e9d8b69-988c-4cf6-851c-aabb67261a3a.xlsx new file mode 100644 index 00000000..7958379d Binary files /dev/null and b/WebRoot/Excel/3e9d8b69-988c-4cf6-851c-aabb67261a3a.xlsx differ diff --git a/WebRoot/Excel/8fc932c9-1fcb-4d92-a63a-0bb624f568c1.xlsx b/WebRoot/Excel/8fc932c9-1fcb-4d92-a63a-0bb624f568c1.xlsx new file mode 100644 index 00000000..c7137c87 Binary files /dev/null and b/WebRoot/Excel/8fc932c9-1fcb-4d92-a63a-0bb624f568c1.xlsx differ diff --git a/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java b/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java index c33aa74b..61de5cc1 100644 --- a/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java +++ b/src/main/java/com/dsideal/QingLong/Collect/Controller/CollectController.java @@ -1818,6 +1818,7 @@ public class CollectController extends Controller { JSONObject jo = JSONObject.parseObject(json); for (Map.Entry entry : jo.entrySet()) { String key = entry.getKey(); + if(key.startsWith("checkbox")) continue; int data_type_id = _map.get(key); String value = entry.getValue().toString(); switch (data_type_id) {