Commit 4b5f9e37 authored by tianyiming's avatar tianyiming

更新索引--涉及任务下发、定时器修改、任务执行

parent e7103db7
...@@ -528,7 +528,7 @@ public class JobService implements IJobService { ...@@ -528,7 +528,7 @@ public class JobService implements IJobService {
if (!ObjectUtils.isEmpty(requestParam)) { if (!ObjectUtils.isEmpty(requestParam)) {
List<CheckInputParam> checkItems = requestParam.getCheckItems(); List<CheckInputParam> checkItems = requestParam.getCheckItems();
for (CheckInputParam x : checkItems) { for (CheckInputParam x : checkItems) {
if (x.getInputItemId() == action.getInputItemId() && (x.getClassifyIds() == action.getClassifyId() || x.getClassifyIds() == null)) { if (x.getInputItemId() == action.getInputItemId()) {
if (x.getCheckInputImg() != null && x.getCheckInputImg().size() > 0) { if (x.getCheckInputImg() != null && x.getCheckInputImg().size() > 0) {
input.setPointInputImgUrls(x.getCheckInputImg()); input.setPointInputImgUrls(x.getCheckInputImg());
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment