- vendorStoreCond and placeCond comment changed.

This commit is contained in:
gazebo
2018-09-13 10:42:08 +08:00
parent 380c739660
commit 016727586d
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ func (c *StoreController) UpdatePlace() {
// @Param tel query string false "电话"
// @Param fromStatus query int false "查询起始状态(-1禁用0休息关店1正常开店"
// @Param toStatus query int false "查询结束状态(-1禁用0休息关店1正常开店"
// @Param vendorStoreCond query string false "查询关联门店的条件andor指的是jdCondelmCondebaiCod这三个条件间的关系这组条件与其它条件都是与的关系"
// @Param vendorStoreCond query string false "查询关联门店的条件如果此字段没有设置jdCondelmCond与ebaiCond无效andor指的是jdCondelmCondebaiCod这三个条件间的关系这组条件与其它条件都是与的关系"
// @Param jdCond query int false "京东关联条件,-1没有关联0不限定1有关联缺省为0"
// @Param elmCond query int false "饿了么关联条件,-1没有关联0不限定1有关联缺省为0"
// @Param ebaiCond query int false "饿百关联条件,-1没有关联0不限定1有关联缺省为0"