大屏接口

dev_0531
yechenhao 6 years ago
parent 18870180c8
commit 2076003709

@ -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>

Loading…
Cancel
Save