Commit cab4b621 by 陶光胜

导航保存重复验证

parent fda85c8d
......@@ -143,7 +143,7 @@
select
<include refid="Base_Column_List" />
from tab_custom_store
where enterprise_id = #{enterpriseId,jdbcType=INTEGER}
where enterprise_id = #{enterpriseId,jdbcType=INTEGER} and status=1
<if test="appid != null and appid != ''">
and appid= #{appid}
</if>
......
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