ソースを参照

fix bug

master
lin 2年前
コミット
dd6faae135
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      gptService/src/main/resources/mapper/WxAppinfoMapper.xml

+ 0
- 3
gptService/src/main/resources/mapper/WxAppinfoMapper.xml ファイルの表示

@@ -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>



読み込み中…
キャンセル
保存