Commit 3e3d5c27 by guojuxing

mybatis传0无效修复

parent 4327aa0e
......@@ -179,7 +179,7 @@
<if test="groupLevel != null and groupLevel != '' ">
and group_level = #{groupLevel}
</if>
<if test="parentStoreGroupId !=null and parentStoreGroupId != ''">
<if test="parentStoreGroupId != null">
and parent_store_group_id = #{parentStoreGroupId}
</if>
order by group_level, sort
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment