Commit 6ba52e98 authored by chenhao's avatar chenhao

修改bug :5053

parent 6c080275
...@@ -390,7 +390,8 @@ WHERE wles.id=#{id} ...@@ -390,7 +390,8 @@ 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', (case when si.value_label is null or trim(si.value_label) ='' then si.`value` else si.value_label end )AS 'value',
<!-- IFNULL(si.value_label, si.`value`) 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