浏览代码

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>