|
@@ -468,7 +468,8 @@ func (this *EtaBusinessController) Add() {
|
|
|
br.ErrMsg = "新增商家分类文档权限失败, Err: " + e.Error()
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
+ resp := new(eta_business.EtaBusinessAddResp)
|
|
|
+ resp.EtaBusinessId = businessItem.EtaBusinessId
|
|
|
// 操作日志
|
|
|
go func() {
|
|
|
recordOb := new(eta_business.EtaBusinessOperationRecord)
|
|
@@ -485,6 +486,7 @@ func (this *EtaBusinessController) Add() {
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|
|
|
br.Msg = "操作成功"
|
|
|
+ br.Data = resp
|
|
|
}
|
|
|
|
|
|
// Edit
|