Commit 8039340a authored by 刘林's avatar 刘林

fix(jg):设备数据修复,没有supervision表

parent 1b06b1ee
......@@ -46,8 +46,8 @@
"ORG_BRANCH_CODE" IS NULL
AND ibjui."RECORD" is not null
AND ibjsi."RECORD" is null
AND ibjri."EQU_CATEGORY" = '2300'
AND "CLAIM_STATUS" = '已认领'
--AND ibjri."EQU_CATEGORY" = '2300'
--AND "CLAIM_STATUS" = '已认领'
order by ibjui."RECORD" desc
</select>
<select id="selectRecords" resultType="java.lang.String">
......
......@@ -3877,7 +3877,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
}
public Integer addGasRecordToSupervision() {
Integer count = 80000;
Integer count = 500000;
Integer times = 0;
if (count != 0) {
times = count / 5000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment