Commit 51fb2f9c authored by KeYong's avatar KeYong

预案修改

parent 29e1b559
......@@ -134,8 +134,8 @@
<select id="getEquipIndexAndValue" resultType="com.yeejoin.amos.fas.dao.entity.PlanMessage">
SELECT
es.name AS equipName,
esi.equipment_index_key AS indexKey,
esi.equipment_index_name AS indexName,
esi.equipment_index_key AS `indexKey`,
esi.equipment_index_name AS indexName,r
esi.`value` AS indexValue,
(CASE esi.`value` WHEN 'true' THEN '是' WHEN 'false' THEN '否' END) AS indexValueDesc,
esi.update_date AS indexCreateTime
......
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