src/main/resources/mapper/sys/OperateMapper.xml
@@ -80,6 +80,6 @@ </update> <select id="operateCount" resultType="com.lf.server.entity.sys.OperateEntity"> select modular2, count(*) from lf.sys_operate group by modular2 ; select modular2,count(*) from lf.sys_operate group by modular2 </select> </mapper>