查询区域问题修复
This commit is contained in:
parent
ae31838c9d
commit
73d125039a
|
|
@ -44,6 +44,9 @@
|
|||
<if test="parentCode != null and parentCode != ''">
|
||||
AND parent_code = #{parentCode}
|
||||
</if>
|
||||
<if test="parentCode == null">
|
||||
AND parent_code is null
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue