|
@@ -230,8 +230,10 @@
|
|
|
|
|
|
|
|
<select id="selectFundtransferBycondition" resultMap="BaseResultMap">
|
|
<select id="selectFundtransferBycondition" resultMap="BaseResultMap">
|
|
|
select
|
|
select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
|
|
- from Fundtransfer
|
|
|
|
|
|
|
+ <include refid="Base_Column_List" />,
|
|
|
|
|
+ <include refid="Detail_Column_List" />
|
|
|
|
|
+ from Fundtransfer left join fundtransferdetail on ftd_ftid=ft_id and
|
|
|
|
|
+ Fundtransfer.companyId= fundtransferdetail.companyId
|
|
|
<where>
|
|
<where>
|
|
|
<if test="con != null">
|
|
<if test="con != null">
|
|
|
${con}
|
|
${con}
|