Selaa lähdekoodia

feat: 积分包结算查询列表-下发时间查询条件

lixuesong 1 vuosi sitten
vanhempi
commit
083282ee6d

+ 4 - 0
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/entity/input/WmScorePackageSettleInput.java

@@ -129,4 +129,8 @@ public class WmScorePackageSettleInput implements Serializable {
 	 */
 	private LocalDateTime[] notifyTime;
 
+	/**
+	 * 提交到零工时间(下发时间)
+	 */
+	private LocalDateTime[] subToGigTime;
 }

+ 3 - 0
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/WmScorePackageMapper.xml

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