修复修改人员的一个bug
This commit is contained in:
parent
cd7f845993
commit
ff404b2eb2
|
@ -547,7 +547,7 @@
|
|||
depth = #{depth,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="faceModel != null">
|
||||
face_model #{faceModel,jdbcType=VARCHAR},
|
||||
face_model = #{faceModel,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="sourceFile != null">
|
||||
source_file = #{sourceFile,jdbcType=VARCHAR},
|
||||
|
|
Loading…
Reference in New Issue