|
@@ -52,4 +52,16 @@
|
|
|
#{item}
|
|
|
</foreach>
|
|
|
</select>
|
|
|
+ <select id="getList" resultMap="BaseResultMapVO">
|
|
|
+ select
|
|
|
+ tbme.id id, tbme.equipment_name equipment_name, tbme.start_time start_time, tbme.end_time end_time,
|
|
|
+ tbme.use_life use_life, tbme.belong_company_id belong_company_id, tbme.equipment_no equipment_no,
|
|
|
+ tbme.is_use, tbme.hill_number,tbc.company_name companyName
|
|
|
+ from
|
|
|
+ tb_mould_equipment tbme
|
|
|
+ left join
|
|
|
+ tb_company tbc
|
|
|
+ on
|
|
|
+ tbme.belong_company_id = tbc.id
|
|
|
+ </select>
|
|
|
</mapper>
|