Commit 295cf1dc by 陶光胜

门店授权

parent 52c03025
......@@ -364,7 +364,7 @@
<if test="store.storeInfoId != null">
and t1.store_info_id = #{store.storeInfoId}
</if>
<if test="store.storeInfoId != null">
<if test="store.storeId != null">
and t2.store_id = #{store.storeId}
</if>
<if test="store.overflowStatus != null">
......
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