重点工程-修复了处罚管理选择为不处罚的记录显示

liujun-2024-05-23-接口漏洞修复
water_xu 2024-05-15 10:52:14 +08:00
parent c9e1d03e31
commit 93811083d8
1 changed files with 1 additions and 1 deletions

View File

@ -1625,7 +1625,7 @@ FROM
WHERE
h.ISDELETE = '0'
<if test="pd.HANDLED==1">
and (P.HANDLED = '0' OR P.HANDLED IS NULL) and (h.ISPUNISH != '2' or h.ISPUNISH is null)
and (P.HANDLED = '0' OR P.HANDLED IS NULL OR h.ISPUNISH != '2')
</if>
<if test="pd.HANDLED==2">
and P.HANDLED = '1'