Commit c5096cf2 by qwmqiuwenmin

fix

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