Compare commits
No commits in common. "497054c1ec3f0587e45df55bda613319a91e9c50" and "cc54fc35c47e3e9cb7a78834a0e9fd6088e4d203" have entirely different histories.
497054c1ec
...
cc54fc35c4
|
@ -46,7 +46,6 @@ 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>
|
||||||
|
|
Loading…
Reference in New Issue