@@ -129,4 +129,8 @@ public class WmScorePackageSettleInput implements Serializable {
*/
private LocalDateTime[] notifyTime;
+ /**
+ * 提交到零工时间(下发时间)
+ */
+ private LocalDateTime[] subToGigTime;
}
@@ -1570,6 +1570,9 @@
<if test="query.notifyTime != null and query.notifyTime.length == 2">
AND sn.notify_time between #{query.notifyTime[0]} and #{query.notifyTime[1]}
</if>
+ <if test="query.subToGigTime != null and query.subToGigTime.length == 2">
+ AND sn.sub_to_gig_time between #{query.subToGigTime[0]} and #{query.subToGigTime[1]}
+ </if>
</where>
ORDER BY
<if test="query.mahSettleStep != null">