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
<if test="evaluationLevel=='0'">
<if test='evaluationLevel=="0"'>
'网格评议不满意数' as dataName,
'grid_low_evaluation_amount' as dataCode,
</if>
<if test="evaluationLevel=='1'">
<if test='evaluationLevel=="1"'>
'网格评议基本满意数' as dataName,
'grid_medium_evaluation_amount' as dataCode,
</if>
<if test="evaluationLevel=='2'">
<if test='evaluationLevel=="2"'>
'网格评议满意数' as data_name,
'grid_high_evaluation_amount' as dataCode,
</if>

Loading…
Cancel
Save