大屏接口

dev_0531
yechenhao 6 years ago
parent 18870180c8
commit 2076003709

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

Loading…
Cancel
Save