This commit is contained in:
linfso 2024-06-04 11:59:00 +08:00
parent 04195bb929
commit a466d7d52b

View File

@ -252,7 +252,7 @@
and pic_url is not null
</if>
<if test="params.isUploadPic != null and params.isUploadPic != 1">
<if test="params.isUploadPic != null and params.isUploadPic != 0">
and pic_url is null
</if>