diff --git a/agt-module-license/agt-module-license-server/src/main/resources/mapper/comment/CommentMapper.xml b/agt-module-license/agt-module-license-server/src/main/resources/mapper/comment/CommentMapper.xml index 124bb1a..cbd7ff9 100644 --- a/agt-module-license/agt-module-license-server/src/main/resources/mapper/comment/CommentMapper.xml +++ b/agt-module-license/agt-module-license-server/src/main/resources/mapper/comment/CommentMapper.xml @@ -57,6 +57,7 @@ AND p.deleted = 0 LEFT JOIN crm_customer cu ON p.customer_id = cu.id AND cu.deleted = 0 + where p.deleted = 0 ORDER BY c.update_time DESC LIMIT 10