From 657b6a9fae9732fd370923cfba2445b840f9d488 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 15 二月 2022 12:07:20 +0800 Subject: [PATCH] update 使用 hutool Dict 优化 JsonUtils 防止类型解析异常 --- ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml index c13bd68..15f94f3 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml @@ -60,10 +60,6 @@ <if test="role.params.endTime != null and role.params.endTime != ''"><!-- 缁撴潫鏃堕棿妫�绱� --> and date_format(r.create_time,'%y%m%d') <= date_format(#{role.params.endTime},'%y%m%d') </if> -<!-- <!– 鏁版嵁鑼冨洿杩囨护 –>--> -<!-- <if test="role.params.dataScope != null and role.params.dataScope != ''">--> -<!-- AND ( ${role.params.dataScope} )--> -<!-- </if>--> order by r.role_sort </select> @@ -88,10 +84,6 @@ <if test="params.endTime != null and params.endTime != ''"><!-- 缁撴潫鏃堕棿妫�绱� --> and date_format(r.create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') </if> -<!-- <!– 鏁版嵁鑼冨洿杩囨护 –>--> -<!-- <if test="params.dataScope != null and params.dataScope != ''">--> -<!-- AND ( ${params.dataScope} )--> -<!-- </if>--> order by r.role_sort </select> -- Gitblit v1.9.3