Commit 48e9a03a by qwmqiuwenmin

fix

parent c5096cf2
......@@ -78,7 +78,7 @@ public class StaffController extends WebBaseController{
pageVo.setPageSize(page.getPageSize());
pageVo.setTotal(page.getTotalCount());
logger.info("【员工列表】page={}",1);
return resultResponse(HaoBanErrCode.ERR_1, pageVo);
return resultResponse(HaoBanErrCode.ERR_1, page);
}
@RequestMapping("staff-del")
......
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