修改bug

This commit is contained in:
yangjun 2026-02-24 15:48:13 +08:00
parent e591c48308
commit a43118f76f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
d.contract_note,
d.franchise_time
from sys_depart d
<where>d.del_flag = '0' and d.status = '1' and o.`status` = '2'
<where>d.del_flag = '0' and d.status = '1'
<if test="orgCode != null and orgCode != ''">
AND d.org_code IN
<foreach item="item" collection="orgCode.split(',')" open="(" separator="," close=")">