Merge remote-tracking branch 'origin/master'

master
杨海航 3 days ago
commit 513a603a56
  1. 2
      src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustmentIdentificationMaterialServiceImpl.java

@ -540,7 +540,7 @@ public class EntrustmentIdentificationMaterialServiceImpl extends ServiceImpl<En
im.setApproveTime(LocalDateTime.now()); im.setApproveTime(LocalDateTime.now());
UpdateWrapper<EntrustmentIdentificationMaterial> updateWrapper = new UpdateWrapper<EntrustmentIdentificationMaterial>(); UpdateWrapper<EntrustmentIdentificationMaterial> updateWrapper = new UpdateWrapper<EntrustmentIdentificationMaterial>();
updateWrapper.eq("id", im.getId()); // 查询条件是 id 相等 updateWrapper.eq("entrustment_id", im.getEntrustmentId()); // 查询条件是 id 相等
updateWrapper.set("check_passed", im.getCheckPassed()); updateWrapper.set("check_passed", im.getCheckPassed());
updateWrapper.set("check_time", im.getCheckTime()); updateWrapper.set("check_time", im.getCheckTime());

Loading…
Cancel
Save