Explorar el Código

fix bug

master
lin hace 2 años
padre
commit
dd6faae135
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      gptService/src/main/resources/mapper/WxAppinfoMapper.xml

+ 0
- 3
gptService/src/main/resources/mapper/WxAppinfoMapper.xml Ver fichero

@@ -112,9 +112,6 @@
SELECT <include refid="allColumns"/> SELECT <include refid="allColumns"/>
FROM wx_appinfo FROM wx_appinfo
WHERE `app_id` = #{appId} WHERE `app_id` = #{appId}
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>
limit 1 limit 1
</select> </select>




Cargando…
Cancelar
Guardar