소스 검색

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>



불러오는 중...
취소
저장