|
|
@ -29,7 +29,9 @@ public class ArReceivebillCastToKingDeeBillFields { |
|
|
|
String readJsonFile = KingDeeUtils.readJsonFile("com/yxt/anrui/fin/biz/kingdee/arreceivebill/data.json"); |
|
|
|
String fEntityData_ = KingDeeUtils.readJsonFile("com/yxt/anrui/fin/biz/kingdee/arreceivebill/data_data.json"); |
|
|
|
String fEntityModel_ = KingDeeUtils.readJsonFile("com/yxt/anrui/fin/biz/kingdee/arreceivebill/data_model.json"); |
|
|
|
/* |
|
|
|
String fPAYBILLENTRY_ = KingDeeUtils.readJsonFile("com/yxt/anrui/fin/biz/kingdee/arreceivebill/data_FRECEIVEBILLENTRY.json"); |
|
|
|
*/ |
|
|
|
|
|
|
|
//模板字符创转json
|
|
|
|
JSONObject jsonObj= JSONObject.parseObject(readJsonFile, Feature.OrderedField); |
|
|
@ -42,6 +44,7 @@ public class ArReceivebillCastToKingDeeBillFields { |
|
|
|
|
|
|
|
//对模板字段赋值 根据传递进来的map数据的集合进行赋值
|
|
|
|
for(int i=0;i<vehicleList.size();i++){ |
|
|
|
String fPAYBILLENTRY_ = KingDeeUtils.readJsonFile("com/yxt/anrui/fin/biz/kingdee/arreceivebill/data_FRECEIVEBILLENTRY.json"); |
|
|
|
Map<String,String> params=vehicleList.get(i); |
|
|
|
Map<String,String> map_fEntityDetail_=new HashMap<>(); |
|
|
|
for (Map.Entry<String, String> entry : params.entrySet()) { |
|
|
|