|
|
@ -2,6 +2,8 @@ package com.weaver.seconddev.interfaces.workflow.action;
|
|
|
|
|
|
|
|
|
|
|
|
import java.lang.*;
|
|
|
|
import java.lang.*;
|
|
|
|
import java.util.*;
|
|
|
|
import java.util.*;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
import com.weaver.verupgrade.workflow.request.RequestManager;
|
|
|
|
import com.weaver.verupgrade.workflow.request.RequestManager;
|
|
|
|
import com.weaver.esb.api.rpc.EsbServerlessRpcRemoteInterface;
|
|
|
|
import com.weaver.esb.api.rpc.EsbServerlessRpcRemoteInterface;
|
|
|
|
import com.weaver.common.base.entity.result.WeaResult;
|
|
|
|
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];
|
|
|
|
String[] prdetail = new String[6];
|
|
|
|
// 获取表单主字段信息
|
|
|
|
// 获取表单主字段信息
|
|
|
|
Property[] properties = request.getMainTableInfo().getProperty();
|
|
|
|
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++) {
|
|
|
|
for (int i = 0; i < properties.length; i++) {
|
|
|
|
// 主表数据
|
|
|
|
// 主表数据
|
|
|
|
// 字段名
|
|
|
|
// 字段名
|
|
|
|