diff --git a/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml b/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml index 9516960..36c1aee 100644 --- a/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml +++ b/aucma-production/src/main/resources/mapper/production/AndonEventLogMapper.xml @@ -33,6 +33,8 @@ and operator_user_name like concat(concat('%', #{operatorUserName}), '%') and operation_time = #{operationTime} + + order by log_id desc