Commit b8b43692 by 陶光胜

自定义字段关联

parent 9ceab50e
......@@ -107,9 +107,9 @@
<update id="deleteStoreField" >
update tab_store_dict
set status=0
where enterprise_id = #{enterpriseId,jdbcType=INTEGER},
type = 'storeField',
value = #{value,jdbcType=VARCHAR}
where enterprise_id = #{enterpriseId,jdbcType=INTEGER}
and type = 'storeField'
and value = #{value,jdbcType=VARCHAR}
</update>
<select id="listStoreType" parameterType="java.lang.Integer" resultType="java.lang.String">
select
......
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