This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
gptAgent
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix bug
master
lin
2 years ago
parent
e1401ecd15
commit
dd6faae135
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
gptService/src/main/resources/mapper/WxAppinfoMapper.xml
+ 0
- 3
gptService/src/main/resources/mapper/WxAppinfoMapper.xml
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save