|
@@ -419,7 +419,7 @@
|
|
AND too.buy_time <![CDATA[ <= ]]> #{endTime}
|
|
AND too.buy_time <![CDATA[ <= ]]> #{endTime}
|
|
</if>
|
|
</if>
|
|
<if test="keyNo != null and keyNo != ''">
|
|
<if test="keyNo != null and keyNo != ''">
|
|
- AND (st.tenant_name like concat('%', #{keyNo}, '%') or too.create_no like concat('%', #{keyNo}, '%'))
|
|
|
|
|
|
+ AND (st.tenant_name like concat('%', #{keyNo}, '%') or too.create_no like concat('%', #{keyNo}, '%') or too.create_username like concat('%', #{keyNo}, '%'))
|
|
</if>
|
|
</if>
|
|
<if test="creditStatus != null and creditStatus != ''">
|
|
<if test="creditStatus != null and creditStatus != ''">
|
|
AND too.credit_status = #{creditStatus}
|
|
AND too.credit_status = #{creditStatus}
|