|
@@ -378,7 +378,7 @@
|
|
|
role_name AS roleName,
|
|
|
sum(cost) cost
|
|
|
FROM
|
|
|
- etl_design_daily_report
|
|
|
+ etl_design_daily_report,(SELECT @i:=0) i
|
|
|
where
|
|
|
stat_date >= #{startDate}
|
|
|
AND stat_date <= #{endDate}
|
|
@@ -390,7 +390,7 @@
|
|
|
GROUP BY
|
|
|
user_id
|
|
|
ORDER BY
|
|
|
- ${target} ${order}) t,(SELECT @i:=0) as i) t1
|
|
|
+ ${target} ${order}) t) t1
|
|
|
</select>
|
|
|
|
|
|
<select id="queryTopDesignCount" resultType="java.lang.Long">
|