update:
finishQuantity计算bug修改
This commit is contained in:
parent
1616215534
commit
dd1a4b448e
@ -88,7 +88,7 @@ public class TaskDetHisServiceImpl extends BaseService implements TaskDetHisServ
|
|||||||
//如果是多步骤任务且不是第一步,移除对象
|
//如果是多步骤任务且不是第一步,移除对象
|
||||||
if (byId.getIsAuto()==1){
|
if (byId.getIsAuto()==1){
|
||||||
AutoExeTask autoExeTask = autoExeTaskServiceBiz.getById(byId.getAutoExeTaskId());
|
AutoExeTask autoExeTask = autoExeTaskServiceBiz.getById(byId.getAutoExeTaskId());
|
||||||
if (!byId.getId().equals(autoExeTask.getFTaskId())){
|
if (!byId.getTaskId().equals(autoExeTask.getFTaskId())){
|
||||||
iterator.remove();
|
iterator.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -138,4 +138,9 @@ public class CurrTaskVo extends BaseVo implements PageVo.ConvertVo {
|
|||||||
*/
|
*/
|
||||||
@TableField("auto_exe_task_id")
|
@TableField("auto_exe_task_id")
|
||||||
private Long autoExeTaskId;
|
private Long autoExeTaskId;
|
||||||
|
/**
|
||||||
|
* currid
|
||||||
|
*/
|
||||||
|
@TableField("auto_exe_task_id")
|
||||||
|
private Long taskId;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user