Commit bea92aa2 authored by huyuchen's avatar huyuchen

数据权限修改

parent 17715c40
...@@ -174,13 +174,13 @@ ...@@ -174,13 +174,13 @@
<where> <where>
1=1 1=1
<include refid="export_sql"/> <include refid="export_sql"/>
group by a.id
order by a.CREATE_TIME DESC order by a.CREATE_TIME DESC
<if test="tIncome != null"> <if test="tIncome != null">
<if test="tIncome.limitStart != null"> <if test="tIncome.limitStart != null">
limit #{tIncome.limitStart},#{tIncome.limitEnd} limit #{tIncome.limitStart},#{tIncome.limitEnd}
</if> </if>
</if> </if>
group by a.id
</where> </where>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment