Commit 4e0dc304 by qwmqiuwenmin

fix

parent 4ff4e835
......@@ -20,7 +20,7 @@
</resultMap>
<sql id="Base_Column_List" >
user_login_log, wx_enterprise_id, version, SDK_version, system, brand, model, platform,
system_info, status, staff_id, create_time, update_time,hhversion,phone_number
system_info, status, staff_id, create_time, update_time,hbversion,phone_number
</sql>
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
select
......@@ -37,7 +37,7 @@
SDK_version, system, brand,
model, platform, system_info,
status, staff_id, create_time,
update_time,hhversion,phone_number)
update_time,hbversion,phone_number)
values (#{userLoginLog,jdbcType=VARCHAR}, #{wxEnterpriseId,jdbcType=VARCHAR}, #{version,jdbcType=VARCHAR},
#{sdkVersion,jdbcType=VARCHAR}, #{system,jdbcType=VARCHAR}, #{brand,jdbcType=VARCHAR},
#{model,jdbcType=VARCHAR}, #{platform,jdbcType=VARCHAR}, #{systemInfo,jdbcType=VARCHAR},
......
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