#xinfengYin-26# 财务客户主数据 02

ht
xinfengYin 3 months ago
parent 84e1f57833
commit 14be80668a

@ -2,6 +2,8 @@ package com.weaver.seconddev.interfaces.workflow.action;
import java.lang.*;
import java.util.*;
import com.alibaba.fastjson.JSONObject;
import com.weaver.verupgrade.workflow.request.RequestManager;
import com.weaver.esb.api.rpc.EsbServerlessRpcRemoteInterface;
import com.weaver.common.base.entity.result.WeaResult;
@ -44,7 +46,7 @@ public class ZOA_FI_CONUNIT_REDUNCHECKAction extends BaseBean implements Action,
String[] prdetail = new String[6];
// 获取表单主字段信息
Property[] properties = request.getMainTableInfo().getProperty();
logger_7e39b657.error("ZOA_FI_CONUNIT_REDUNCHECKAction mainTableProperties==>"+Arrays.deepToString(properties));
logger_7e39b657.error("ZOA_FI_CONUNIT_REDUNCHECKAction mainTableProperties==>"+ JSONObject.toJSONString(properties));
for (int i = 0; i < properties.length; i++) {
// 主表数据
// 字段名

Loading…
Cancel
Save