修改bug
This commit is contained in:
parent
e591c48308
commit
a43118f76f
|
|
@ -45,7 +45,7 @@
|
||||||
d.contract_note,
|
d.contract_note,
|
||||||
d.franchise_time
|
d.franchise_time
|
||||||
from sys_depart d
|
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 != ''">
|
<if test="orgCode != null and orgCode != ''">
|
||||||
AND d.org_code IN
|
AND d.org_code IN
|
||||||
<foreach item="item" collection="orgCode.split(',')" open="(" separator="," close=")">
|
<foreach item="item" collection="orgCode.split(',')" open="(" separator="," close=")">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue