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)
|
||||
return
|
||||
}
|
||||
userInfo := login.GetUserInfoFromC(c)
|
||||
req.OperatorNum = userInfo.TelNum
|
||||
req.Operator = userInfo.Name
|
||||
|
||||
res, err := service.BundleProvider.UpdatePendingCount(context.Background(), &req)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user