| | |
| | | where time = #{time} and name = #{name} |
| | | limit 1; |
| | | </select> |
| | | |
| | | <select id="countGcsjByTime" resultType="java.lang.Integer"> |
| | | select count(*) from yssh_gcsj where time between #{start} and #{end}; |
| | | </select> |
| | | |
| | | <select id="countQxshByTime" resultType="java.lang.Integer"> |
| | | select count(*) from yssh_qxsh where time between #{start} and #{end}; |
| | | </select> |
| | | |
| | | <select id="countSuYuan46ByTime" resultType="java.lang.Integer"> |
| | | select count(*) from suyuan_46 where create_time between #{start} and #{end}; |
| | | </select> |
| | | |
| | | <select id="countSuYuan70ByTime" resultType="java.lang.Integer"> |
| | | select count(*) from suyuan_70_70 where create_time between #{start} and #{end}; |
| | | </select> |
| | | |
| | | <select id="countSuYuanFastByTime" resultType="java.lang.Integer"> |
| | | select count(*) from suyuan_fast where create_time between #{start} and #{end}; |
| | | </select> |
| | | </mapper> |