Browse Source

修改查询成绩

tiaosheng
wang0018 5 years ago
parent
commit
c33258d2e6
  1. 2
      mt/src/main/resources/mapper_dao/CompeteVideoDao.xml

2
mt/src/main/resources/mapper_dao/CompeteVideoDao.xml

@ -61,7 +61,7 @@
<if test="param.signEndTime!=null"> <if test="param.signEndTime!=null">
and tall.t_sys_log.created_at &lt;= #{param.signEndTime,jdbcType=TIMESTAMP} and tall.t_sys_log.created_at &lt;= #{param.signEndTime,jdbcType=TIMESTAMP}
</if> </if>
GROUP BY tt.user_id GROUP BY tall.t_sys_log.user_id
<!-- select created_at as cr,user_id FROM(--> <!-- select created_at as cr,user_id FROM(-->
<!-- select * from tall.t_sys_log--> <!-- select * from tall.t_sys_log-->

Loading…
Cancel
Save