This website works better with JavaScript.
Home
Explore
Help
Sign In
dengbiao
/
zhimeng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
master
huangjiajun
8 months ago
parent
034c7d608e
commit
436df4a805
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/db/model/guide_order.go
+0
-1
app/task/svc/svc_tik_tok_local_life_order.go
+ 0
- 1
app/db/model/guide_order.go
View File
@@ -21,5 +21,4 @@ type GuideOrder struct {
Pvd string `json:"pvd" xorm:"VARCHAR(255)"`
Img string `json:"img" xorm:"VARCHAR(255)"`
IsShare int `json:"is_share" xorm:"default 0 INT(1)"`
Ext string `json:"ext" xorm:"VARCHAR(3000)"`
}
+ 0
- 1
app/task/svc/svc_tik_tok_local_life_order.go
View File
@@ -126,7 +126,6 @@ func AddTikTokLocalLifeOrder(order md.TikTokLocalLifeOrderDetail) {
Pvd: "tikTok_life",
Img: img,
IsShare: isShare,
Ext: utils.SerializeStr(order),
}
if order.CommissionInfo.AllSettleRemitFinish || order.Status != 2 {
Write
Preview
Loading…
Cancel
Save