浏览代码

feature(OMS):销售申请反馈时状态修改

yanglingling 1 年之前
父节点
当前提交
7d62e00477
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      opms_parent/app/service/train/sale_apply_summary.go

+ 1 - 1
opms_parent/app/service/train/sale_apply_summary.go

@@ -109,7 +109,7 @@ func (s *SaleApplySummaryService) Create(ctx context.Context, req *model.TraSale
 			if e != nil {
 				return e
 			}
-			_, e = svc.Dao.Ctx(ctx).TX(tx).WherePri(req.ApplyId).Data(g.Map{svc.Dao.C.ApplyType: "25"}).Update()
+			_, e = svc.Dao.Ctx(ctx).TX(tx).WherePri(req.ApplyId).Data(g.Map{svc.Dao.C.ApplyType: "30"}).Update()
 			if e != nil {
 				return e
 			}