Commit 23903416 authored by 谢希宇's avatar 谢希宇

Aidea product update by Strive Date 2020-11-28

parent 0a9a7afe
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
user_name = AES_ENCRYPT(#{userName, jdbcType=VARBINARY},'aideakey'), user_name = AES_ENCRYPT(#{userName, jdbcType=VARBINARY},'aideakey'),
</if> </if>
<if test="numberId != null"> <if test="numberId != null">
number_id = #{numberId, jdbcType=VARBINARY}, number_id = #{numberId, jdbcType=VARCHAR},
</if> </if>
<if test="sex != null"> <if test="sex != null">
sex = #{sex, jdbcType=BIGINT}, sex = #{sex, jdbcType=BIGINT},
......
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