接口增加ctx
This commit is contained in:
@@ -1232,7 +1232,7 @@ func GetHalfHoursList() (strs []string) {
|
||||
return strs
|
||||
}
|
||||
|
||||
func RefreshAllMatterOrderStatus() (err error) {
|
||||
func RefreshAllMatterOrderStatus(ctx *jxcontext.Context) (err error) {
|
||||
var (
|
||||
db = dao.GetDB()
|
||||
goodsList []*model.GoodsOrder
|
||||
|
||||
Reference in New Issue
Block a user