新需求开发

This commit is contained in:
haozq 2025-08-04 11:27:34 +08:00
parent 99cdad841e
commit bdce485bb0
2 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@
<delete id="delSubcontractorById">
DELETE tb_pro_fence, tb_fence_detail
FROM tb_pro_fence
JOIN tb_fence_detail ON tb_pro_fence.id = tb_fence_detail.fence_id
WHERE tb_pro_fence.id = #{id};
LEFT JOIN tb_fence_detail ON tb_pro_fence.id = tb_fence_detail.fence_id
WHERE tb_pro_fence.id = #{id}
</delete>
<!--人员管控-穿戴装备-->