非必填
This commit is contained in:
@@ -3616,6 +3616,7 @@ func StoreAudit(ctx *jxcontext.Context, storeAudits []*model.StoreAudit, status
|
||||
if status == model.StoreAuditStatusCreated {
|
||||
storeAudits[0].AuditStatus = model.StoreAuditStatusCreated
|
||||
//添加门店
|
||||
|
||||
// CreateStore(ctx, storeExt, ctx.GetUserName())
|
||||
} else if status == model.StoreAuditStatusRejected {
|
||||
storeAudits[0].Status = model.StoreAuditStatusRejected
|
||||
|
||||
@@ -867,7 +867,7 @@ func (c *StoreController) CreateStoreAudit() {
|
||||
// @Param auditTimeEnd query string false "审核结束时间"
|
||||
// @Param name query string false "审核人"
|
||||
// @Param statuss query string false "审核状态"
|
||||
// @Param keyword query string true "关键字"
|
||||
// @Param keyword query string false "关键字"
|
||||
// @Param offset query int false "门店列表起始序号(以0开始,缺省为0)"
|
||||
// @Param pageSize query int false "门店列表页大小(缺省为50,-1表示全部)"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
|
||||
Reference in New Issue
Block a user