Commit 7a38866b authored by KeYong's avatar KeYong

Merge branch 'develop_station' of http://39.98.45.134:8090/moa/amos-boot-biz into develop_station

parents 92720da8 98a3b00b
...@@ -366,7 +366,7 @@ WHERE wles.id=#{id} ...@@ -366,7 +366,7 @@ WHERE wles.id=#{id}
SELECT SELECT
si.id, si.id,
si.equipment_specific_id AS equipmentId, si.equipment_specific_id AS equipmentId,
IFNULL(si.value_label, si.`value`) AS 'value', IF(si.value_label='' OR si.value_label is null,si.`value`,si.value_label) AS 'value',
si.create_date, si.create_date,
si.update_date si.update_date
FROM FROM
......
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