Compare commits

..

No commits in common. "4a91e17e5ee6a4ae112ee1093d7477ff030d482f" and "c45186367a675612c4c402951c339eeecc1744a5" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1904,7 +1904,7 @@
</otherwise> </otherwise>
</choose> </choose>
<if test="deptId != null and deptId != ''"> <if test="deptId != null and deptId != ''">
AND sd.id = #{deptId} AND sd.name = #{deptId}
</if> </if>
<if test="region != null and region != ''"> <if test="region != null and region != ''">
AND sd.district = #{region} AND sd.district = #{region}