Compare commits
2 Commits
8f602d80a9
...
37b2987279
| Author | SHA1 | Date | |
|---|---|---|---|
| 37b2987279 | |||
| 59bdcf96dc |
@@ -25,7 +25,7 @@
|
||||
<if test="lineId != null">AND line_id = #{lineId}</if>
|
||||
<if test="beginTime != null and beginTime != ''">AND grind_time >= #{beginTime}</if>
|
||||
<if test="endTime != null and endTime != ''">AND grind_time <= #{endTime}</if>
|
||||
ORDER BY grind_time ASC, grind_id ASC
|
||||
ORDER BY grind_time DESC, grind_id ASC
|
||||
</select>
|
||||
|
||||
<select id="selectMonthlyStats" resultType="map">
|
||||
|
||||
Reference in New Issue
Block a user