Explorar el Código

tt

release_toaliyun_real
xhxu hace 5 años
padre
commit
f41442ca6f
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxMallMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxMallMapper.xml Ver fichero

@@ -265,6 +265,10 @@
and mui.`username` like concat('%', #{adminUsername},'%')
</if>

<if test=" null != adminStatus ">
and mui.`status` = #{adminStatus}
</if>

</select>

</mapper>

Cargando…
Cancelar
Guardar