Commit b0d91445 by zhiwj

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

parents 93b2616c 8598e76c
......@@ -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