Commit 79574626 authored by tangwei's avatar tangwei

修改bug

parent e83ce0f6
......@@ -354,10 +354,12 @@ public class ExcelServiceImpl {
dto.setSignTimeBIGGER(signTimeBIGGER);
dto.setSignTimeLESS(signTimeLESS);
dto.setType(type);
//区分统计和签到
if(!par.containsKey("current")){
OrgUsr orgUsr1 = orgUsrMapper.queryByBizCode(reginParams.getPersonIdentity().getCompanyBizOrgCode());
fileName="【"+orgUsr1.getBizOrgName()+"】-【"+date+"】消防人员出勤明细";
fileName="【"+orgUsr1.getBizOrgName()+"】-【"+date+"】·消防人员出勤明细";
}
}
Page<SignDto> page = new Page<>();
......
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