fix: 系统功能大优化,仅可查看自己创建的业务数据。
This commit is contained in:
@@ -43,6 +43,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="creditCardId != null "> and a.id = #{creditCardId}</if>
|
||||
<if test="lendType != null and lendType != ''"> and a.lend_type = #{lendType}</if>
|
||||
</where>
|
||||
<!-- 数据范围过滤 -->
|
||||
${params.dataScope}
|
||||
order by a.bill_date asc,a.update_time desc
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user