修改bug:#16183 编辑人员信息,照片丢失。

dev
WL 2024-06-18 14:10:48 +08:00
parent e354406762
commit 97062f9586
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="LEARNERCATEGORY != null and LEARNERCATEGORY != ''">
,LEARNERCATEGORY = #{LEARNERCATEGORY}
</if>
<if test="USERAVATARURL != null">
<if test="USERAVATARURL != null and USERAVATARURL != ''">
,USERAVATARPREFIX = #{USERAVATARPREFIX}
,USERAVATARURL = #{USERAVATARURL}
</if>