Browse Source

修改

feature/dangjian
曲树通 6 years ago
parent
commit
ff6f1eae3b
  1. 6
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

6
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

@ -918,15 +918,15 @@
<select id="selectListJobEvaluation" resultType="com.elink.esua.epdc.dto.KpiMetaDataDTO"> <select id="selectListJobEvaluation" resultType="com.elink.esua.epdc.dto.KpiMetaDataDTO">
SELECT SELECT
<if test="evaluationLevel=='0'"> <if test='evaluationLevel=="0"'>
'网格评议不满意数' as dataName, '网格评议不满意数' as dataName,
'grid_low_evaluation_amount' as dataCode, 'grid_low_evaluation_amount' as dataCode,
</if> </if>
<if test="evaluationLevel=='1'"> <if test='evaluationLevel=="1"'>
'网格评议基本满意数' as dataName, '网格评议基本满意数' as dataName,
'grid_medium_evaluation_amount' as dataCode, 'grid_medium_evaluation_amount' as dataCode,
</if> </if>
<if test="evaluationLevel=='2'"> <if test='evaluationLevel=="2"'>
'网格评议满意数' as data_name, '网格评议满意数' as data_name,
'grid_high_evaluation_amount' as dataCode, 'grid_high_evaluation_amount' as dataCode,
</if> </if>

Loading…
Cancel
Save