liujiandao
2024-03-26 1c17ff16fd13e4d8bbab75d8a728cf18465b20e0
api/v1/salesDetails.go
@@ -470,7 +470,7 @@
      return
   }
   err = model.NewSalesDetailsSearch().SetId(salesDetails.Id).UpdateByMap(map[string]interface{}{"status": constvar.OverOutbound})
   err = model.NewSalesDetailsSearch().SetId(salesDetails.Id).UpdateByMap(map[string]interface{}{"status": constvar.WaitOutbound})
   if err != nil {
      ctx.FailWithMsg(ecode.DBErr, "修改失败")