|
@@ -113,9 +113,9 @@
|
|
<select id="selectList" parameterType="com.platform.dao.dto.check.CheckStandardDTO"
|
|
<select id="selectList" parameterType="com.platform.dao.dto.check.CheckStandardDTO"
|
|
resultType="com.platform.dao.vo.query.check.CheckStandardVO">
|
|
resultType="com.platform.dao.vo.query.check.CheckStandardVO">
|
|
select checkstandard.*, partInfo.name as partName
|
|
select checkstandard.*, partInfo.name as partName
|
|
- from t_check_standard as checkstandard, t_part_info partInfo
|
|
|
|
|
|
+ from t_check_standard as checkstandard
|
|
|
|
+ LEFT JOIN t_part_info partInfo on checkstandard.part = partInfo.id
|
|
<where>
|
|
<where>
|
|
- checkstandard.part = partInfo.id
|
|
|
|
<include refid="List_Condition"/>
|
|
<include refid="List_Condition"/>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|