|
|
@@ -1102,7 +1102,7 @@
|
|
|
and iff.auditstatus=#{vo.auditstatus}
|
|
|
AND a.user_id = #{vo.userId}
|
|
|
<if test="vo.startDate!=null and vo.startDate!= '' and vo.endDate!=null and vo.endDate!= ''">
|
|
|
- AND iac.signingTime BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
+ AND iac.signing_time BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="findMyAmountYSOrSSTGAmount" resultType="java.math.BigDecimal">
|
|
|
@@ -1121,7 +1121,7 @@
|
|
|
AND a.first_level_user_id = #{vo.userId}
|
|
|
and iff.auditstatus = #{vo.auditstatus}
|
|
|
<if test="vo.startDate!=null and vo.startDate!= '' and vo.endDate!=null and vo.endDate!= ''">
|
|
|
- AND iac.signingTime BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
+ AND iac.signing_time BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
</if>
|
|
|
UNION
|
|
|
SELECT
|
|
|
@@ -1135,7 +1135,7 @@
|
|
|
AND a.three_level_user_id = #{vo.userId}
|
|
|
and iff.auditstatus = #{vo.auditstatus}
|
|
|
<if test="vo.startDate!=null and vo.startDate!= '' and vo.endDate!=null and vo.endDate!= ''">
|
|
|
- AND iac.signingTime BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
+ AND iac.signing_time BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
</if>
|
|
|
UNION
|
|
|
SELECT
|
|
|
@@ -1149,7 +1149,7 @@
|
|
|
AND a.two_level_user_id = #{vo.userId}
|
|
|
and iff.auditstatus = #{vo.auditstatus}
|
|
|
<if test="vo.startDate!=null and vo.startDate!= '' and vo.endDate!=null and vo.endDate!= ''">
|
|
|
- AND iac.signingTime BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
+ AND iac.signing_time BETWEEN #{vo.startDate} AND #{vo.endDate}
|
|
|
</if>
|
|
|
) AS fee
|
|
|
|