Browse Source

//Mould

private_deployment
xhxu 1 year ago
parent
commit
2d8939ae99
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserMouldVideoMapper.xml

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

@@ -68,7 +68,7 @@
and `voice_mould_id` = #{voiceMouldId}
</if>

<if test=" null != backgroundMouldId ">
<if test=" null != backgroundId ">
and `background_id` = #{backgroundId}
</if>



Loading…
Cancel
Save