Merge remote-tracking branch 'origin/master'

This commit is contained in:
mashuai 2025-07-14 17:27:25 +08:00
commit 572f487f58
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 `micro-tool`.bzgl_bz bzgl_bz
left join `uni_org`.org_user org_user on bzgl_bz.bzz_idcard = org_user.id_card left join `uni_org`.org_user org_user on bzgl_bz.bzz_idcard = org_user.id_card
<where> <where>
and bzgl_bz.bz_status = 3 bzgl_bz.bz_status = 3
and bzgl_bz.sfjs = 0 and bzgl_bz.sfjs = 0
and bzgl_bz.bzz_idcard = #{idCard} and bzgl_bz.bzz_idcard = #{idCard}
</where> </where>