From a67ae181863793eb70fec6febdf8c1310d09976e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sun, 27 Aug 2023 14:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/trouble/SmzSspAuditinfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspAuditinfoMapper.xml b/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspAuditinfoMapper.xml index 5a807143..8964d4d3 100644 --- a/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspAuditinfoMapper.xml +++ b/yanzhu-jh/src/main/resources/mapper/trouble/SmzSspAuditinfoMapper.xml @@ -46,6 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join sys_user u on u.phonenumber = ssa.createUser left join sys_dict_data ssd on ssd.dict_type = 'smz_ssp_auditinfo' and ssd.dict_value = ssa.processState where ssa.mainId = #{mainId} and ssa.processState in (0,2) + GROUP BY ssa.id order by ssa.createTime limit 0,1