|
|
@ -68,7 +68,7 @@ |
|
|
|
<if test="queryType==3"> |
|
|
|
FROM_UNIXTIME(cr.record_time/1000,'%Y') = s.date AND cr.in_out = 0 AND cr.rec_status =0 |
|
|
|
</if> |
|
|
|
GROUP BY s.date ORDER BY s.date DESC |
|
|
|
GROUP BY s.date ORDER BY s.date |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selCarOfOutByTime" resultType="com.ccsens.logistics.bean.vo.MbpsVo$CarOfOutByTime"> |
|
|
@ -109,7 +109,7 @@ |
|
|
|
<if test="queryType==3"> |
|
|
|
FROM_UNIXTIME(cr.record_time/1000,'%Y') = s.date AND cr.in_out = 1 AND cr.rec_status =0 |
|
|
|
</if> |
|
|
|
GROUP BY s.date ORDER BY s.date DESC |
|
|
|
GROUP BY s.date ORDER BY s.date |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selWeightOfInByTime" resultType="com.ccsens.logistics.bean.vo.MbpsVo$WeightOfInByTime"> |
|
|
@ -150,7 +150,7 @@ |
|
|
|
<if test="queryType==3"> |
|
|
|
FROM_UNIXTIME(cr.record_time/1000,'%Y') = s.date AND cr.in_out = 0 AND cr.rec_status =0 |
|
|
|
</if> |
|
|
|
GROUP BY s.date ORDER BY s.date DESC |
|
|
|
GROUP BY s.date ORDER BY s.date |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selWeightOfOutByTime" resultType="com.ccsens.logistics.bean.vo.MbpsVo$WeightOfOutByTime"> |
|
|
@ -191,7 +191,7 @@ |
|
|
|
<if test="queryType==3"> |
|
|
|
FROM_UNIXTIME(cr.record_time/1000,'%Y') = s.date AND cr.in_out = 1 AND cr.rec_status =0 |
|
|
|
</if> |
|
|
|
GROUP BY s.date ORDER BY s.date DESC |
|
|
|
GROUP BY s.date ORDER BY s.date |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |