From f8d3762aca0d053752755687ba82fd24081cf312 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Fri, 21 Feb 2025 14:09:12 +0800 Subject: [PATCH] area --- .../src/main/resources/mapper/system/AllocAreaMapper.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/system/AllocAreaMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/system/AllocAreaMapper.xml index ce33b9d..9288f34 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/system/AllocAreaMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/system/AllocAreaMapper.xml @@ -4,6 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> + @@ -18,7 +19,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select area_id, parent_id, ancestors, area_name, order_num, status, del_flag, create_by, create_time, update_by, update_time from sys_alloc_area + select id, area_id, parent_id, ancestors, area_name, order_num, status, del_flag, + create_by, create_time, update_by, update_time + from sys_alloc_area