|
|
|
@ -64,7 +64,7 @@ public class SearchCommit2DBJSFormulaAction implements SearchJSFormula {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void dealWithSubmitJob(List<FormulaInfo> formulaInfos, ITContent content, DMLConfig dmlConfig) { |
|
|
|
|
for (int i = 0, len = dmlConfig.getColumnConfigCount(); i < len; i++) { |
|
|
|
|
for (int i = 0, len = dmlConfig.getSubmitJobCount(); i < len; i++) { |
|
|
|
|
//这边自定义事件不需要处理,只处理提交事件
|
|
|
|
|
if (dmlConfig.getSubmitJob(i) instanceof DMLConfigJob) { |
|
|
|
|
ITContent newContent = ITContent.copy(content); |
|
|
|
|