src/main/resources/mapper/show/ApplyMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/show/ApplyMapper.xml
@@ -26,7 +26,9 @@ </select> <select id="selectByPage" resultType="com.lf.server.entity.show.ApplyEntity"> select a.*, b.uname, (select count(*) from lf.sys_flow c where c.applyid = a.id and c.status = 0 and c.userid = #{userid}) isVerify select case a.userid when #{userid} then guid else null end "guid", a.*, b.uname, (select count(*) from lf.sys_flow c where c.applyid = a.id and c.status = 0 and c.userid = #{userid}) isVerify from lf.sys_apply a inner join lf.sys_user b on a.userid = b.id <where> 1 = 1