forked from integrated_whb/integrated_whb
修改bug:#16183 编辑人员信息,照片丢失。
parent
e354406762
commit
97062f9586
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue