Browse Source

Merge branch 'hotfix-20231026-scorepackagepagecondition' into temp-pre

lixuesong 1 year ago
parent
commit
9109fdd5f3

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

@@ -1662,6 +1662,10 @@
 			</if>
 			<if test="toApproval != null and toApproval == true">
 				AND t.task_status = 2
+			    AND t.enable_flag = '0'
+			    AND t.real_flag = '0'
+			    AND t.del_flag = '0'
+				AND p.score_package_status = 3
 			</if>
 
 			<if test="ew != null">