bug修复

This commit is contained in:
hongchao 2025-07-14 17:26:40 +08:00
parent 802001f039
commit 36c95e4930
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
`micro-tool`.bzgl_bz bzgl_bz
left join `uni_org`.org_user org_user on bzgl_bz.bzz_idcard = org_user.id_card
<where>
and bzgl_bz.bz_status = 3
bzgl_bz.bz_status = 3
and bzgl_bz.sfjs = 0
and bzgl_bz.bzz_idcard = #{idCard}
</where>