|
@@ -912,6 +912,7 @@ public class AccountReportConstants {
|
|
|
"}";
|
|
|
public static Map<String, Map<String, Object>> getDictMapBy(){
|
|
|
JSONObject jsonBy = JSON.parseObject(BYTEDANCE_FILED_MAPPING_JSON);
|
|
|
+ System.out.println(jsonBy);
|
|
|
return JsonResourceUtil.jsonToMap(jsonBy);
|
|
|
}
|
|
|
public static Map<String, Map<String, Object>> getDicMapKs(){
|