23
This commit is contained in:
parent
daa4ff7bff
commit
deef662a31
@ -44,11 +44,11 @@ func (r *OrderProduct) GetOrderProductPage(c *gin.Context) {
|
||||
|
||||
// 记录orderProduct数据到日志
|
||||
global.Logger.WithFields(logrus.Fields{
|
||||
"orderProduct": orderProduct,
|
||||
"total": total,
|
||||
"page": req.Page,
|
||||
"pageSize": req.PageSize,
|
||||
"total": total,
|
||||
"page": req.Page,
|
||||
"pageSize": req.PageSize,
|
||||
}).Info("获取药品订单列表数据")
|
||||
utils.LogJsonInfo("orderProduct数据详情", orderProduct)
|
||||
|
||||
if err != nil {
|
||||
responses.FailWithMessage(err.Error(), c)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user