This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[缴费记录][修改][添加索引]
release_toaliyun_real
gongbiao
6 years ago
parent
30f04abb5c
commit
89e7836fa6
2 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkAdmin/src/main/resources/db/migration/V201907041425__G_ALTER_BILL_ACTION.sql
+0
-4
mallinkService/src/main/resources/mapper/WxBillActionMapper.xml
+ 3
- 0
mallinkAdmin/src/main/resources/db/migration/V201907041425__G_ALTER_BILL_ACTION.sql
View File
@@ -0,0 +1,3 @@
alter table wx_bill_action
add index t_b(tenant_id,bill_id),
add index b(bill_id);
+ 0
- 4
mallinkService/src/main/resources/mapper/WxBillActionMapper.xml
View File
@@ -27,10 +27,6 @@
and `id` = #{id}
</if>
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>
<if test=" null != action ">
and `action` = #{action}
</if>
Write
Preview
Loading…
Cancel
Save