This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[电表][修复]:电表存储数据时的错误
release_toaliyun_real
hupeng
6 years ago
parent
648fc6c17b
commit
69b7e4d069
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
mallinkService/src/main/resources/mapper/KwMeterDataMapper.xml
+ 1
- 5
mallinkService/src/main/resources/mapper/KwMeterDataMapper.xml
View File
@@ -86,12 +86,8 @@
</if>
group by `meter_id`
) temp
where
create_time = temp.maxTime
<if test=" null != meterId ">
on create_time = temp.maxTime
and meter_id = temp.maxMeterId
</if>
</select>
Write
Preview
Loading…
Cancel
Save