Parcourir la source

fix bug

master
lin il y a 2 ans
Parent
révision
dd6faae135
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -3
      gptService/src/main/resources/mapper/WxAppinfoMapper.xml

+ 0
- 3
gptService/src/main/resources/mapper/WxAppinfoMapper.xml Voir le fichier

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



Chargement…
Annuler
Enregistrer