Merge branch 'feat-cjy-data' into dev
This commit is contained in:
commit
f954df6bd6
@ -312,6 +312,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