fix: 增加日志
This commit is contained in:
parent
e1fa4468f2
commit
0a035cfeab
@ -311,6 +311,8 @@ func WorkAnalysisConfirm(c *gin.Context) { // 确认数据分析并扣除余量
|
|||||||
CostType: resp.UsedType,
|
CostType: resp.UsedType,
|
||||||
ConfirmStatus: 1,
|
ConfirmStatus: 1,
|
||||||
})
|
})
|
||||||
|
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