|
|
@ -73,10 +73,10 @@
|
|
|
|
and t2.user_id=#{sellerId}
|
|
|
|
and t2.user_id=#{sellerId}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
|
and t1.create_time <![CDATA[ >= ]]> #{startDate}
|
|
|
|
and t2.create_time <![CDATA[ >= ]]> #{startDate}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
|
<if test="endDate != null and endDate != ''">
|
|
|
|
and t1.create_time <![CDATA[ <= ]]> #{endDate}
|
|
|
|
and t2.create_time <![CDATA[ <= ]]> #{endDate}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|