Commit 363a099d by 陶光胜

门店类型门店状态

parent 2d471397
......@@ -103,13 +103,13 @@
update_time = #{updateTime,jdbcType=TIMESTAMP}
where store_dict_id = #{storeDictId,jdbcType=INTEGER}
</update>
<select id="listStoreType" parameterType="java.lang.Integer" resultType="arraylist">
<select id="listStoreType" parameterType="java.lang.Integer" resultType="java.lang.String">
select
value
from tab_store_dict
where enterprise_id = #{enterpriseId,jdbcType=INTEGER} and type='storeType'
</select>
<select id="listStoreStatus" parameterType="java.lang.Integer" resultType="arraylist">
<select id="listStoreStatus" parameterType="java.lang.Integer" resultType="java.lang.String">
select
value
from tab_store_dict
......
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