fix:
12.26新增接口字段: 外贸基本信息新增字段:cosmic(枚举:是否,默认是,锁定,是:true,否:false)
This commit is contained in:
parent
ddece94661
commit
1fa01c4665
@ -108,6 +108,7 @@ public class PayapplyService extends AbstractOperationServicePlugIn {
|
||||
SimpleDateFormat fmtTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||
String yemBizdate = fmtDate.format(dataEntitie.getDate("yem_bizdate"));
|
||||
json.put("bizDate", yemBizdate);
|
||||
json.put("cosmic", dataEntitie.getString("yem_cosmic"));
|
||||
//申请人 creator
|
||||
DynamicObject creators = dataEntitie.getDynamicObject("creator");
|
||||
if (creators != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user