diff --git a/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml b/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml index 778961b..72b5955 100644 --- a/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml +++ b/securityControl-modules/securityControl-proteam/src/main/resources/mapper/supplement/RiskRectMapper.xml @@ -28,11 +28,13 @@ AND tnv.risk_level = #{riskLevel} - - AND tnv.`status` = '1' - - - AND tnv.`status` IN ('2','3','4','5','6') + + + AND tnv.`status` = '1' + + + AND tnv.`status` IN ('2','3','4','5','6') + ORDER BY tnv.iss_time DESC