Commit 6b5972e5 authored by Fuzy's avatar Fuzy

修正

parent 556a5e9d
......@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.PowerDisplayMapper">
<insert id="insert">
insert into `ry-vue`.power_large_screen_display (date_column, mind_id, level_one_classification,
insert into power_large_screen_display (date_column, mind_id, level_one_classification,
level_two_classification, classification_name,
power_total, power_tip, power_peak, power_flat, power_valley,
electricity_total, electricity_tip, electricity_peak, electricity_flat, electricity_valley,
......@@ -27,7 +27,7 @@
select a.level_one_classification levelOneClassification,
a.level_two_classification levelTwoClassification,
a.classification_name classificationName
from `ry-vue`.power_classification_query a
from power_classification_query a
where a.mind_id = #{id}
and a.whether_it_is_enabled = '0';
</select>
......
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