20250220 更新

自动一键查看
This commit is contained in:
2025-02-20 09:36:57 +08:00
parent 24127de396
commit b9e559754c

View File

@@ -540,7 +540,7 @@ public class EntrustmentIdentificationMaterialServiceImpl extends ServiceImpl<En
im.setApproveTime(LocalDateTime.now());
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_time", im.getCheckTime());