修复修改人员的一个bug

This commit is contained in:
gaoben 2024-07-16 18:52:04 +08:00
parent cd7f845993
commit ff404b2eb2
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@
depth = #{depth,jdbcType=VARCHAR}, depth = #{depth,jdbcType=VARCHAR},
</if> </if>
<if test="faceModel != null"> <if test="faceModel != null">
face_model #{faceModel,jdbcType=VARCHAR}, face_model = #{faceModel,jdbcType=VARCHAR},
</if> </if>
<if test="sourceFile != null"> <if test="sourceFile != null">
source_file = #{sourceFile,jdbcType=VARCHAR}, source_file = #{sourceFile,jdbcType=VARCHAR},