Преглед изворни кода

月度工分汇总-机型为空

wanglt пре 5 месеци
родитељ
комит
e51e2e9668

+ 1 - 0
ygtx-gxt/src/main/resources/mapper/gxt/GxtMonthFanInspectionMapper.xml

@@ -25,6 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <sql id="selectGxtMonthFanInspectionVo">
         select id, month_score_id, dept_id, dept_name, fan_inspection_id,(SELECT inspection_type_id FROM gxt_score_fan_inspection WHERE id=fan_inspection_id) AS inspection_type_id,
+               (SELECT fan_type FROM gxt_score_fan_inspection WHERE id=fan_inspection_id) AS model,
                device_count, fan_inspection_score, calculated_score, month_period, status, create_by, create_time, update_by, update_time, remark from gxt_month_fan_inspection
     </sql>