Commit ae8b90a2 authored by suhuiguang's avatar suhuiguang

1.检验不合格自测bug

parent 36a8efdf
...@@ -110,8 +110,8 @@ public class InspectionQuestionJob { ...@@ -110,8 +110,8 @@ public class InspectionQuestionJob {
} }
private void updateDealStatusAfterJobDeal(List<CylinderInfoDto> cylinderList) { private void updateDealStatusAfterJobDeal(List<CylinderInfoDto> cylinderList) {
LambdaUpdateWrapper<CylinderInspection> updateWrapper = new LambdaUpdateWrapper<>();
cylinderList.forEach(cylinder -> { cylinderList.forEach(cylinder -> {
LambdaUpdateWrapper<CylinderInspection> updateWrapper = new LambdaUpdateWrapper<>();
updateWrapper.eq(BaseEntity::getSequenceNbr, cylinder.getLastInspectionId()); updateWrapper.eq(BaseEntity::getSequenceNbr, cylinder.getLastInspectionId());
updateWrapper.set(CylinderInspection::getIsDealQuestion, true); updateWrapper.set(CylinderInspection::getIsDealQuestion, true);
cylinderInspectionService.update(updateWrapper); cylinderInspectionService.update(updateWrapper);
......
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