Compare commits
No commits in common. "db620ea4540b1e3381981748eeb6a661a9b22d4e" and "a6cadcb68fa60991972d6b7bbfbf8050703ded72" have entirely different histories.
db620ea454
...
a6cadcb68f
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue