diff --git a/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/action/ZSRM_PUR_INFO_CheckAction.java b/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/action/ZSRM_PUR_INFO_CheckAction.java index 899c39c..d4ef582 100644 --- a/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/action/ZSRM_PUR_INFO_CheckAction.java +++ b/secondev-history-action/src/main/java/com/weaver/seconddev/interfaces/workflow/action/ZSRM_PUR_INFO_CheckAction.java @@ -6,6 +6,8 @@ import java.util.Map; import java.util.Set; 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; @@ -95,8 +97,9 @@ public class ZSRM_PUR_INFO_CheckAction extends BaseBean implements Action, EsbSe } } DetailTable[] detailtable = requestinfo.getDetailTableInfo().getDetailTable(); - logger_9ad0d62b.error("dtq -----"+ Arrays.deepToString(detailtable)); - DetailTable dtq = detailtable[1]; + logger_9ad0d62b.error("workflow_action_ZSRM_PUR_INFO_CheckAction detailtable---->"+ JSONObject.toJSONString(detailtable)); + DetailTable dtq = detailtable[0]; + logger_9ad0d62b.error("workflow_action_ZSRM_PUR_INFO_CheckAction dtq---->"+ JSONObject.toJSONString(dtq)); Row[] sq = dtq.getRow(); if (sq.length > 0) { String[][] str = new String[sq.length][21];