8 lines
310 B
XML
Raw Normal View History

2026-02-11 19:06:57 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.czlis.liswork.mapper.stats.StatsMapper">
2026-02-28 15:48:44 +08:00
<select id="getsqldata" resultType="map">
${wheresql}
</select>
2026-02-11 19:06:57 +08:00
</mapper>