Commit f04a1461 by qwmqiuwenmin

Merge branch 'developer' into 'master'

fix

See merge request haoban3.0/haoban-manage3.0!53
parents 0c1d469a ee128782
......@@ -359,6 +359,9 @@
<if test="contactSecretLastTime != null" >
contact_secret_last_time = #{contactSecretLastTime,jdbcType=TIMESTAMP},
</if>
<if test="memberSecret != null" >
member_secret = #{memberSecret,jdbcType=TIMESTAMP},
</if>
<if test="memberSecretLastTime != null" >
member_secret_last_time = #{memberSecretLastTime,jdbcType=TIMESTAMP},
</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