Merge branch 'feat-cjy-taskBench' into dev
This commit is contained in:
commit
e6082f61d9
@ -61,6 +61,9 @@ func UpdatePendingCount(c *gin.Context) {
|
|||||||
service.Error(c, err)
|
service.Error(c, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
userInfo := login.GetUserInfoFromC(c)
|
||||||
|
req.OperatorNum = userInfo.TelNum
|
||||||
|
req.Operator = userInfo.Name
|
||||||
|
|
||||||
res, err := service.BundleProvider.UpdatePendingCount(context.Background(), &req)
|
res, err := service.BundleProvider.UpdatePendingCount(context.Background(), &req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user