|
|
|
@ -112,7 +112,7 @@ public class AutoCreateWorkflowService {
|
|
|
|
|
Map<String,Object> recordMap = new HashMap<>();
|
|
|
|
|
// String sourceType = "LOGIC";
|
|
|
|
|
String sourceType = zhsjy;
|
|
|
|
|
log.error("createWorkflow sql1 :"+sql + " sourceType : " +sourceType);
|
|
|
|
|
// log.error("createWorkflow sql1 :"+sql + " sourceType : " +sourceType);
|
|
|
|
|
RecordSet rs = I18nContextUtil.getBean(RecordSet.class);
|
|
|
|
|
rs.executeQuery(sql, zhsjy);
|
|
|
|
|
String tenantKey = "";
|
|
|
|
@ -274,7 +274,7 @@ public class AutoCreateWorkflowService {
|
|
|
|
|
if(detailTables==null){
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
log.error("处理明细数据");
|
|
|
|
|
// log.error("处理明细数据");
|
|
|
|
|
if(detailTables.length>0){
|
|
|
|
|
// 遍历外部 JSONArray
|
|
|
|
|
for (int i = 0; i < detailTables.length; i++) {
|
|
|
|
|