|
@@ -99,6 +99,7 @@ public class TJsController extends BaseController {
|
|
* @param
|
|
* @param
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
|
|
+ @Log(title = "技师列表", businessType = BusinessType.OTHER)
|
|
@RequestMapping(value = "wx/select", method = RequestMethod.GET)
|
|
@RequestMapping(value = "wx/select", method = RequestMethod.GET)
|
|
@ApiOperation("微信查询")
|
|
@ApiOperation("微信查询")
|
|
public R wxSelect(Page<TJs> page, TJsVo js) {
|
|
public R wxSelect(Page<TJs> page, TJsVo js) {
|