Compare commits
No commits in common. "4a91e17e5ee6a4ae112ee1093d7477ff030d482f" and "c45186367a675612c4c402951c339eeecc1744a5" have entirely different histories.
4a91e17e5e
...
c45186367a
|
@ -1904,7 +1904,7 @@
|
|||
</otherwise>
|
||||
</choose>
|
||||
<if test="deptId != null and deptId != ''">
|
||||
AND sd.id = #{deptId}
|
||||
AND sd.name = #{deptId}
|
||||
</if>
|
||||
<if test="region != null and region != ''">
|
||||
AND sd.district = #{region}
|
||||
|
|
Loading…
Reference in New Issue