fix:增加日志
This commit is contained in:
parent
62fd2770dc
commit
8fedc385c6
@ -260,6 +260,8 @@ func WorkAnalysisConfirm(c *gin.Context) { // 确认数据分析并扣除余量
|
|||||||
ConfirmRemark: req.ConfirmRemark,
|
ConfirmRemark: req.ConfirmRemark,
|
||||||
ConfirmStatus: 2,
|
ConfirmStatus: 2,
|
||||||
})
|
})
|
||||||
|
fmt.Println("res:", res)
|
||||||
|
fmt.Println("err:", err)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
service.Error(c, errors.New(common.UpdateWorkStatusFailed))
|
service.Error(c, errors.New(common.UpdateWorkStatusFailed))
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user