摘要: package dhht.seal.hn.gate.config;import java.lang.annotation.ElementType;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPo 阅读全文
posted @ 2021-11-23 17:06 qing222 阅读(34) 评论(0) 推荐(0) 编辑
摘要: version:5.7.27 -- 巡查状态同步更新到印章信息表UPDATE lv_seal s INNER JOIN (SELECT s.seal_no,p.`status`,p.vertify_typeFROM lv_seal s LEFT JOIN lv_seal_patrol p ON p. 阅读全文
posted @ 2021-11-23 16:52 qing222 阅读(33) 评论(0) 推荐(0) 编辑
摘要: version:5.7.27 -- SQL脚本 SELECT te.total, c.`name` AS districtName, ifnull( ver_t.total, '0' ) AS verTotal, c.CODE, '' AS NAME, '' AS address, ifnull( 阅读全文
posted @ 2021-11-23 16:43 qing222 阅读(36) 评论(0) 推荐(0) 编辑
摘要: @Bean("myExecutor")public ThreadPoolExecutor task() { // corePoolSize 核心线程数 // maximumPoolSize 最大线程数 // keepAliveTime 空闲线程存活时间 // unit 存活时间单位 // workQ 阅读全文
posted @ 2021-11-23 16:12 qing222 阅读(175) 评论(0) 推荐(0) 编辑