Explorar el Código

//test

private_deployment
xhxu hace 1 año
padre
commit
1684dce79a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserDigitalAvatarOrderMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserDigitalAvatarOrderMapper.xml Ver fichero

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

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



Cargando…
Cancelar
Guardar