Commit 3162ca59 authored by fangxinjiang's avatar fangxinjiang

社保花名册 更新

parent 263cc873
......@@ -425,7 +425,12 @@ public class TDispatchInfoController {
@SysLog("导出社保花名册信息")
//@PreAuthorize("@pms.hasPermission('wxhr:tdispatchinfo_doexportSocialRecordRoster')")
public void doexportSocialRecordRoster(HttpServletResponse response, HttpServletRequest request,
@RequestBody SocialHandleSearchVo searchVo) {
@RequestBody SocialHandleSearchVo searchVo,
@RequestParam(required = true,name = "mId") String mId) {
if (Common.isEmpty(searchVo)){
searchVo = new SocialHandleSearchVo();
}
searchVo.setMId(mId);
searchVo.setDeleteFlag(CommonConstants.ZERO_STRING);
YifuUser user = SecurityUtils.getUser();
log.error("userINfo:"+ user.getUserGroup() +"|"+user.getId()+"|"+searchVo.getMId());
......
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