From 8e3142553bd669cb34e6ce59679a3859513dd9bb Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Thu, 4 Mar 2021 18:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8F=9C=E5=93=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/custom/SysDishesMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdiet-custom/src/main/resources/mapper/custom/SysDishesMapper.xml b/stdiet-custom/src/main/resources/mapper/custom/SysDishesMapper.xml index ad88bdcc1..4d2e8e819 100644 --- a/stdiet-custom/src/main/resources/mapper/custom/SysDishesMapper.xml +++ b/stdiet-custom/src/main/resources/mapper/custom/SysDishesMapper.xml @@ -92,7 +92,7 @@ is_main, methods, create_by, - review_status + review_status, create_time, update_by, update_time, @@ -103,7 +103,7 @@ #{isMain}, #{methods}, #{createBy}, - #{reviewStatus} + #{reviewStatus}, #{createTime}, #{updateBy}, #{updateTime},