非必填

This commit is contained in:
苏尹岚
2020-09-16 15:54:29 +08:00
parent 7872ab395d
commit 82e1f32792
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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