Compare commits
3 Commits
a6cadcb68f
...
db620ea454
Author | SHA1 | Date |
---|---|---|
wangliwen | db620ea454 | |
wangliwen | 4a91e17e5e | |
wangliwen | 1cbeb17eee |
|
@ -1904,7 +1904,7 @@
|
||||||
</otherwise>
|
</otherwise>
|
||||||
</choose>
|
</choose>
|
||||||
<if test="deptId != null and deptId != ''">
|
<if test="deptId != null and deptId != ''">
|
||||||
AND sd.name = #{deptId}
|
AND sd.id = #{deptId}
|
||||||
</if>
|
</if>
|
||||||
<if test="region != null and region != ''">
|
<if test="region != null and region != ''">
|
||||||
AND sd.district = #{region}
|
AND sd.district = #{region}
|
||||||
|
|
Loading…
Reference in New Issue