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