Commit 94c5b016 by mobh Committed by chenzg

提交代码

parent ed245bb1
......@@ -2826,6 +2826,7 @@ public class SalaryManagementController {
@PostMapping(value = "/payslipSearch")
@ApiOperation(value = "工资条搜索", httpMethod = "POST", notes = "接口发布说明")
public ResponseResult payslipSearch(@CurrentUser UserBean userBean, @RequestBody PayslipSearchDto dto) {
dto.setOrgcode(userBean.getOrgCode());
List<PayslipDetailsDto> paydetlist = xcglassogztztmapper.payslipSearch(dto);
return new ResponseResult().success("成功", paydetlist);
}
......
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