Commit dc26aa0e by huluobin

闲时折扣

parent 10757cfc
...@@ -235,7 +235,7 @@ public class ScheduleManageController { ...@@ -235,7 +235,7 @@ public class ScheduleManageController {
/** /**
* @param scheduleServeId * @param scheduleServeId
* @param status * @param status
* @param forceLeisureConfig 强制使用闲时预约次数 1-是 -否 * @param forceLeisureConfig 强制使用闲时预约次数 1-是 2-否
* @return * @return
*/ */
@ApiOperation("更新预约服务状态") @ApiOperation("更新预约服务状态")
......
...@@ -14,8 +14,8 @@ spring: ...@@ -14,8 +14,8 @@ spring:
mybatis-plus: mybatis-plus:
mapper-locations: mapper-locations:
- classpath:mapper/**/*.xml - classpath:mapper/**/*.xml
configuration: # configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
server: server:
undertow: undertow:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment