摘要: public static void crateFile(HttpServletResponse response, SiInterview siInterview){ XWPFTemplate template = null; try { template = XWPFTemplate .comp 阅读全文
posted @ 2022-02-16 15:52 ±小马哥 阅读(78) 评论(0) 推荐(0) 编辑
摘要: mapper.xml select * from ( SELECT a.*, b.`id` AS audit_id, IFNULL(b.`status`,0) AS audit_status, b.`reason` AS audit_reason, b.`create_time` AS audit_ 阅读全文
posted @ 2022-02-16 15:46 ±小马哥 阅读(401) 评论(0) 推荐(0) 编辑
摘要: submitForm() { let flag = true if(this.siAnnualPlanScheduleList.length==0){ this.$message.warning("检查任务不能为空!") flag = false return; } this.siAnnualPla 阅读全文
posted @ 2022-02-16 15:43 ±小马哥 阅读(594) 评论(0) 推荐(1) 编辑
摘要: List<String> companyIds = hsePreventRiskVO.getCompanyIds(); // 拼接sql String collect = String.join(",", companyIds); 阅读全文
posted @ 2022-02-16 15:38 ±小马哥 阅读(65) 评论(0) 推荐(0) 编辑
摘要: List<String> companyIds = hsePreventRiskVO.getCompanyIds(); // 拼接sql String collect = companyIds.stream().collect(Collectors.joining(",")); collect = 阅读全文
posted @ 2022-02-16 15:37 ±小马哥 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 参数为list 用这个<if test="scheduleStatisticVO.bTypes!= null and scheduleStatisticVO.bTypes.size()>0"> </if> 参数为array 用这个<if test="scheduleStatisticVO.bType 阅读全文
posted @ 2022-02-16 15:30 ±小马哥 阅读(199) 评论(0) 推荐(0) 编辑