通过id删除生产单不上报apms
This commit is contained in:
		@@ -247,10 +247,14 @@ public class CurrTaskServiceImpl extends BaseService implements CurrTaskService
 | 
			
		||||
            for (CurrTask currTask1:currTaskList
 | 
			
		||||
                 ) {
 | 
			
		||||
                currTaskDetServiceBiz.remove(new QueryWrapper<CurrTaskDet>().eq(CurrTaskDet.CURR_TASK_ID,currTask1.getId()));
 | 
			
		||||
                currTaskServiceBiz.removeById(currTask1);
 | 
			
		||||
            }
 | 
			
		||||
            return R.ok(idParam.getId().toString());
 | 
			
		||||
        }else {
 | 
			
		||||
            currTaskServiceBiz.removeById(idParam);
 | 
			
		||||
            return R.ok(idParam.getId().toString());
 | 
			
		||||
        }
 | 
			
		||||
        currTaskServiceBiz.removeById(idParam);
 | 
			
		||||
        return R.ok(idParam.getId().toString());
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user