Browse Source

//test

private_deployment
xhxu 1 year ago
parent
commit
1684dce79a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserDigitalAvatarOrderMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserDigitalAvatarOrderMapper.xml View File

@@ -62,7 +62,7 @@
and `title` like concat('%', #{title},'%')
</if>

<if test=" null != videoStatus ">
<if test=" null != status ">
and `status` = #{status}
</if>



Loading…
Cancel
Save