This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
server
/
formallProject
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
[缴费记录][修改][添加索引]
release_toaliyun_real
gongbiao
пре 7 година
родитељ
30f04abb5c
комит
89e7836fa6
2 измењених фајлова
са
3 додато
и
4 уклоњено
Један поглед
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
Прегледај датотеку
@@ -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
Прегледај датотеку
@@ -27,10 +27,6 @@
and `id` = #{id}
and `id` = #{id}
</if>
</if>
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>
<if test=" null != action ">
<if test=" null != action ">
and `action` = #{action}
and `action` = #{action}
</if>
</if>
Write
Preview
Loading…
Откажи
Сачувај