- 平台取消申请审核时限参数
- 一些订单操作标记 - LockStatusTime
This commit is contained in:
@@ -309,7 +309,7 @@ func (c *OrderController) RefreshOrderRealMobile() {
|
||||
// @router /SetOrderPrintStatus [put]
|
||||
func (c *OrderController) SetOrderPrintStatus() {
|
||||
c.callSetOrderPrintStatus(func(params *tOrderSetOrderPrintStatusParams) (retVal interface{}, errCode string, err error) {
|
||||
err = dao.SetOrderPrintFlag(dao.GetDB(), params.VendorOrderID, params.VendorID, params.IsPrinted)
|
||||
err = dao.SetOrderPrintFlag(dao.GetDB(), params.Ctx.GetUserName(), params.VendorOrderID, params.VendorID, params.IsPrinted)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user