|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.weaver.seconddev.interfaces.workflow.action;
|
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
|
|
import com.weaver.seconddev.interfaces.swfa.BillFieldUtil;
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
import java.util.Map;
|
|
|
|
@ -63,8 +64,11 @@ public class ZSRM_PUR_INFO_GY132_Action extends BaseBean implements Action, EsbS
|
|
|
|
|
}
|
|
|
|
|
logger_8fd2ca4a.error("sync -----"+ sync);
|
|
|
|
|
if ("0".equals(sync)) {
|
|
|
|
|
logger_8fd2ca4a.error("detailtable -----");
|
|
|
|
|
DetailTable[] detailtable = requestinfo.getDetailTableInfo().getDetailTable();
|
|
|
|
|
DetailTable dtq = detailtable[1];
|
|
|
|
|
String jsonString = JSONObject.toJSONString(detailtable);
|
|
|
|
|
logger_8fd2ca4a.error("jsonString -----"+ jsonString);
|
|
|
|
|
DetailTable dtq = detailtable[0];
|
|
|
|
|
Row[] sq = dtq.getRow();
|
|
|
|
|
if (sq.length > 0) {
|
|
|
|
|
String[][] str = new String[sq.length][21];
|
|
|
|
@ -78,6 +82,7 @@ public class ZSRM_PUR_INFO_GY132_Action extends BaseBean implements Action, EsbS
|
|
|
|
|
String valueq = Util.null2String(cq1.getValue());
|
|
|
|
|
map.put(nameq, valueq);
|
|
|
|
|
}
|
|
|
|
|
logger_8fd2ca4a.error("map -----"+ map);
|
|
|
|
|
str[j][0] = requestid + "_" + j;
|
|
|
|
|
str[j][1] = map.get("CGZZ");
|
|
|
|
|
str[j][2] = map.get("CGZ");
|
|
|
|
|