Commit ee128782 by qwmqiuwenmin

fix

parent 178820ef
...@@ -359,6 +359,9 @@ ...@@ -359,6 +359,9 @@
<if test="contactSecretLastTime != null" > <if test="contactSecretLastTime != null" >
contact_secret_last_time = #{contactSecretLastTime,jdbcType=TIMESTAMP}, contact_secret_last_time = #{contactSecretLastTime,jdbcType=TIMESTAMP},
</if> </if>
<if test="memberSecret != null" >
member_secret = #{memberSecret,jdbcType=TIMESTAMP},
</if>
<if test="memberSecretLastTime != null" > <if test="memberSecretLastTime != null" >
member_secret_last_time = #{memberSecretLastTime,jdbcType=TIMESTAMP}, member_secret_last_time = #{memberSecretLastTime,jdbcType=TIMESTAMP},
</if> </if>
......
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