This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
tmp
DengBiao
9 months ago
parent
370f5e63d8
commit
5d78c6b9c2
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/admin/svc/order/svc_central_kitchen_for_school_order.go
+ 3
- 3
app/admin/svc/order/svc_central_kitchen_for_school_order.go
View File
@@ -298,9 +298,9 @@ func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context, req md.CentralKitch
return err4
}
if updateAck1 <= 0 {
_ = session.Rollback()
err = errors.New("更新退款就餐记录状态失败2")
return
//
_ = session.Rollback()
//
err = errors.New("更新退款就餐记录状态失败2")
//
return
}
}
}
Write
Preview
Loading…
Cancel
Save