|
@@ -78,8 +78,8 @@
|
|
|
</sql>
|
|
|
<select id="selectList" parameterType="com.platform.dao.dto.repair.RepairSchemeDTO"
|
|
|
resultType="com.platform.dao.vo.query.repair.RepairSchemeVO">
|
|
|
- select repair.*
|
|
|
- from t_repair_scheme as repair
|
|
|
+ select repair.*,sb.name as sbName
|
|
|
+ from t_repair_scheme as repair join t_sb_info sb on repair.sb_id = sb.id
|
|
|
<where>
|
|
|
<include refid="List_Condition"/>
|
|
|
</where>
|