|
@@ -68,10 +68,10 @@ public class WorkEmployeeFriendcircleController extends BaseController<WorkEmplo
|
|
|
feild.put(0, "deviceCode");
|
|
feild.put(0, "deviceCode");
|
|
|
feild.put(1, "corpName");
|
|
feild.put(1, "corpName");
|
|
|
feild.put(2, "type");
|
|
feild.put(2, "type");
|
|
|
- feild.put(3, "boxName");
|
|
|
|
|
- feild.put(4, "tagName");
|
|
|
|
|
- feild.put(5, "shareUrl");
|
|
|
|
|
- feild.put(6, "title");
|
|
|
|
|
|
|
+ feild.put(3, "boxName|default");
|
|
|
|
|
+ feild.put(4, "tagName|default");
|
|
|
|
|
+ feild.put(5, "shareUrl|default");
|
|
|
|
|
+ feild.put(6, "title|default");
|
|
|
feild.put(7, "sendAt"); //.2021-01-01 22:22:22
|
|
feild.put(7, "sendAt"); //.2021-01-01 22:22:22
|
|
|
List<Map<String, String>> row;
|
|
List<Map<String, String>> row;
|
|
|
VoltaHandle<ArrayList<Map<String,String>>> voltaRes = Analysis.analysis(file, feild);
|
|
VoltaHandle<ArrayList<Map<String,String>>> voltaRes = Analysis.analysis(file, feild);
|