소스 검색

fix: 积分包结算查询列表

lixuesong 1 년 전
부모
커밋
50c5cf385e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/WmScorePackageMapper.xml

+ 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>