Compare commits
4 Commits
d62c7bf447
...
4e02f7e03a
Author | SHA1 | Date | |
---|---|---|---|
|
4e02f7e03a | ||
|
7789d2b1ab | ||
|
2b3c4b5f03 | ||
|
1258751c10 |
@ -23,7 +23,7 @@
|
||||
</select>
|
||||
|
||||
<select id="getIdAndPidList" resultType="com.cnbm.admin.entity.SysDeptEntity">
|
||||
select t1.id, t1.pid from sys_dept t1 AND t1.valid = 1
|
||||
select t1.id, t1.pid from sys_dept t1 where t1.valid = 1
|
||||
</select>
|
||||
|
||||
<select id="getSubDeptIdList" resultType="long">
|
||||
|
@ -205,7 +205,7 @@ public class KukaJoinThread implements ApplicationRunner {
|
||||
|
||||
@Override
|
||||
public void run(ApplicationArguments args) throws Exception {
|
||||
//
|
||||
|
||||
// kukaStep1.scheduleAtFixedRate(new Runnable() {
|
||||
// @Override
|
||||
// public void run() {
|
||||
|
@ -15,8 +15,6 @@ public class PowerReportVo {
|
||||
private Float totalLevelPower; //档位功率汇总
|
||||
private Float totalCompensatePower; //补偿功率汇总
|
||||
private Float diversePower; //差异功率汇总
|
||||
|
||||
private List<PowerReportDTO> powerReports;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user