摘要: 定义一个注解 import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.a 阅读全文
posted @ 2020-06-10 13:51 ±小马哥 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 加入这两个属性 耽误了半天时间 append-to-body z-index="9999" <el-table-column label="督查对象" prop="siTarget" > <template slot-scope="scope"> <treeselect :multiple="tru 阅读全文
posted @ 2022-02-26 14:06 ±小马哥 阅读(368) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2022-02-17 10:54 ±小马哥 阅读(0) 评论(0) 推荐(0) 编辑
摘要: gateway: discovery: locator: lowerCaseServiceId: true enabled: true routes: - id: ruoyi-inspect-RouteIP-26 uri: http://**.*.*.**:9301 predicates: - Pa 阅读全文
posted @ 2022-02-17 10:08 ±小马哥 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 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 ±小马哥 阅读(400) 评论(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 ±小马哥 阅读(584) 评论(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 ±小马哥 阅读(759) 评论(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 ±小马哥 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 添加注解 @TableField(value="GROUP_RANKING",updateStrategy = FieldStrategy.IGNORED) 阅读全文
posted @ 2020-08-05 11:06 ±小马哥 阅读(1704) 评论(0) 推荐(0) 编辑