fix: 药品列表,取消权限设置。

This commit is contained in:
tianyongbao
2024-12-16 16:51:43 +08:00
parent 498d061cb0
commit 81f3bd3dd2
3 changed files with 14 additions and 19 deletions

View File

@@ -41,6 +41,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="startTime != null "> and a.start_time = #{startTime}</if>
<if test="endTime != null "> and a.end_time = #{endTime}</if>
</where>
<!-- 数据范围过滤 -->
${params.dataScope}
order by a.create_time desc
</select>