|
@@ -262,7 +262,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
from sys_user_conference s
|
|
|
LEFT JOIN loan_application l on l.loan_application_id = s.loan_application_id
|
|
|
where l.loan_application_id is not null
|
|
|
- <if test="userId != null "> and s.user_id = #{userId} = #{userId}</if>
|
|
|
+ <if test="userId != null "> and s.user_id = #{userId}</if>
|
|
|
<if test="enterpriseName != null and enterpriseName != ''"> and l.enterprise_name like concat('%', #{enterpriseName}, '%')</if>
|
|
|
<if test="applicationAmount != null "> and l.application_amount = #{applicationAmount}</if>
|
|
|
<if test="reviewTime != null "> and l.review_time = #{reviewTime}</if>
|