摘要:
定义一个注解 import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.a 阅读全文
摘要:
加入这两个属性 耽误了半天时间 append-to-body z-index="9999" <el-table-column label="督查对象" prop="siTarget" > <template slot-scope="scope"> <treeselect :multiple="tru 阅读全文
该文被密码保护。 阅读全文
摘要:
gateway: discovery: locator: lowerCaseServiceId: true enabled: true routes: - id: ruoyi-inspect-RouteIP-26 uri: http://**.*.*.**:9301 predicates: - Pa 阅读全文
摘要:
public static void crateFile(HttpServletResponse response, SiInterview siInterview){ XWPFTemplate template = null; try { template = XWPFTemplate .comp 阅读全文
摘要:
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_ 阅读全文
摘要:
submitForm() { let flag = true if(this.siAnnualPlanScheduleList.length==0){ this.$message.warning("检查任务不能为空!") flag = false return; } this.siAnnualPla 阅读全文
摘要:
List<String> companyIds = hsePreventRiskVO.getCompanyIds(); // 拼接sql String collect = String.join(",", companyIds); 阅读全文
摘要:
List<String> companyIds = hsePreventRiskVO.getCompanyIds(); // 拼接sql String collect = companyIds.stream().collect(Collectors.joining(",")); collect = 阅读全文
摘要:
参数为list 用这个<if test="scheduleStatisticVO.bTypes!= null and scheduleStatisticVO.bTypes.size()>0"> </if> 参数为array 用这个<if test="scheduleStatisticVO.bType 阅读全文
摘要:
添加注解 @TableField(value="GROUP_RANKING",updateStrategy = FieldStrategy.IGNORED) 阅读全文