本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
server
/
formallProject
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
[缴费记录][修改][添加索引]
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}
</if>
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>
<if test=" null != action ">
and `action` = #{action}
</if>
Write
Preview
Loading…
取消
儲存