Commit 9d71ffbb by 陶光胜

通过电话号码查询商户

parent 547c22e0
......@@ -27,7 +27,7 @@
SELECT LAST_INSERT_ID()
</selectKey>
insert into tab_auth_store_log (id, store_info_id, from_enterprise_id,
to_enterprise_id, 'key', status
to_enterprise_id, key, status
)
values (#{id,jdbcType=INTEGER}, #{storeInfoId,jdbcType=INTEGER}, #{fromEnterpriseId,jdbcType=INTEGER},
#{toEnterpriseId,jdbcType=INTEGER}, #{key,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}
......@@ -52,7 +52,7 @@
to_enterprise_id,
</if>
<if test="key != null">
'key',
key,
</if>
<if test="status != null">
status,
......
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