修bug
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
birthday = #{birthday},
|
||||
</if>
|
||||
<if test="hobbies != null">
|
||||
hobbies = #{hobbies},
|
||||
hobbies = #{hobbies, typeHandler=com.bao.dating.handler.ListToVarcharTypeHandler},
|
||||
</if>
|
||||
<if test="signature != null">
|
||||
signature = #{signature},
|
||||
|
||||
Reference in New Issue
Block a user