Compare commits

...

2 Commits

Author SHA1 Message Date
姜玉琦 497054c1ec Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhprjv2 into dev 2023-08-27 14:38:58 +08:00
姜玉琦 a67ae18186 提交代码 2023-08-27 14:38:51 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -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_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 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) where ssa.mainId = #{mainId} and ssa.processState in (0,2)
GROUP BY ssa.id
order by ssa.createTime order by ssa.createTime
limit 0,1 limit 0,1
</select> </select>