Commit 0c536722 by 翁国栋 Committed by 284718418@qq.com

8小时操作人员

parent a6fc77c2
......@@ -128,16 +128,10 @@ public class InsureUserController{
policyDto.setPolicyDateStart(policyDateStart);
policyDto.setPlanId(planId);
policyDto.setCategoryId(categoryId);
Page page=new Page();
page.setOffset(null);
page.setTotalPage(null);
policyDto.setPage(page);
policyDto.setPage(null);
List<PolicyDto> userList = insureUserMapper.selectPolicyList(policyDto);
String[] rowName = new String[]{"编号", "姓名", "证件类型", "证件号", "保单号", "状态", "计划", "保险生效时间", "保险失效时间"};
List<Object[]> list = null;
// for ()
// XSSFWorkbook xssfWorkbook = ExcelUtils.exportExcel("导出人员清单.xlsx", rowName, list);
OutputStream os = null;
try {
resp.setContentType("application/octet-stream");
......
......@@ -41,5 +41,8 @@ public class InsureDto {
private String idCardNo;
private String reason;/*批改原因*/
private Integer payType=1;/*支付方式 默认是在线支付*/
private String operatorName="admin";//投保人名字
private String operatorCompanyName="运营后台";
private Integer method=2;//提交1方式 1是八小时后台 2是后台
// private String
}
......@@ -214,14 +214,15 @@
ip.policy_no,
log.user_name,
log.policy_id,
q.`name` as companyName,
log.create_time,
log.return_code,
log.file_url,
log.type
log.user_type,
log.user_name,
log.company_name,
log.type
from insure_log log
LEFT JOIN insure_policy ip on ip.id = log.policy_id
LEFT JOIN qyzx_ent_info_m q on q.id = ip.org_code
WHERE log.type in (1,2,3,7,8)
<if test="param.policyNo!=null and param.policyNo != ''">
and ip.policy_no = #{param.policyNo}
......
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