|
|
@@ -52,7 +52,8 @@ public class StoreStaffConfigController {
|
|
|
@ApiImplicitParam(name = "size", value = "分页条数", dataType = "Integer", paramType = "query", required = false),
|
|
|
@ApiImplicitParam(name = "status", value = "员工状态(0-待审核 1-审核通过 2-审核拒绝)", dataType = "String", paramType = "query", required = false),
|
|
|
@ApiImplicitParam(name = "onlineStatus", value = "上线状态(0-上线 1-下线)", dataType = "Integer", paramType = "query", required = false),
|
|
|
- @ApiImplicitParam(name = "staffPosition", value = "职位", dataType = "String", paramType = "query", required = false)
|
|
|
+ @ApiImplicitParam(name = "staffPosition", value = "职位", dataType = "String", paramType = "query", required = false),
|
|
|
+ @ApiImplicitParam(name = "staffName", value = "员工姓名", dataType = "String", paramType = "query", required = false),
|
|
|
})
|
|
|
@GetMapping("/getStaffConfigList")
|
|
|
public R<IPage<StoreStaffConfig>> getStaffConfigList(StoreStaffConfigListQueryDto query) {
|