Browse Source

fix: 积分包结算查询列表

lixuesong 1 year ago
parent
commit
50c5cf385e

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

@@ -1509,7 +1509,7 @@
 			left join wm_score_package_status ps on p.id = ps.package_id
 			left join sys_user su on ps.user_id = su.user_id
 		</if>
-		<if test="query.notifyTime != null and query.notifyTime.length == 2">
+		<if test="(query.notifyTime != null and query.notifyTime.length == 2) or (query.subToGigTime != null and query.subToGigTime.length == 2)">
 			left join wm_score_package_settle_note sn on p.id = sn.package_id
 		</if>
 		<where>