Browse Source

统计BUG修复

anderx 9 months ago
parent
commit
453485a78e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -2381,7 +2381,7 @@ inner join(
 		from public_release a left join public_release_details b on a.id=b.prid left join `user` c on b.uid=c.id
 		where b.clock_in =1
 		<if test="startTime != null and endTime != null">
-			and  c.release_start  between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
+			and  a.release_start  between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
 		</if>
 		<if test="admins!= null">
 			and a.aid in