@@ -181,7 +181,7 @@
<select id="selectHomePageList" resultMap="homePageList">
select *
- from prodinout
+ from prodinout left join vendor on pi_vendid=ve_id
<where>
<if test="con != null">
${con}
@@ -137,7 +137,7 @@
</select>
- select * from prodinout
+ select * from prodinout left join customer on pi_custid=cu_id