This commit is contained in:
parent
b455502aab
commit
6154447d6d
|
@ -46,7 +46,7 @@ public class WxCounselorController extends BaseController {
|
|||
*/
|
||||
@Log(title = "新增预约", businessType = BusinessType.INSERT)
|
||||
@RepeatSubmit()
|
||||
@PostMapping()
|
||||
@PostMapping("/reservation")
|
||||
public R<Void> add(@Validated(AddGroup.class) @RequestBody ReservationDayBo bo) {
|
||||
return toAjax(reservationService.insertByBo(bo));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue