From 99b7fd6aca4909a94af009f321243bb7d7b1cc88 Mon Sep 17 00:00:00 2001 From: JIAN Date: Wed, 14 Aug 2024 17:16:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(foundations):=E4=BF=AE=E5=A4=8D=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2sql=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jzo2o-foundations/src/main/resources/mapper/ServeMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/jzo2o-foundations/src/main/resources/mapper/ServeMapper.xml b/jzo2o-foundations/src/main/resources/mapper/ServeMapper.xml index a238e89..4d3ef71 100644 --- a/jzo2o-foundations/src/main/resources/mapper/ServeMapper.xml +++ b/jzo2o-foundations/src/main/resources/mapper/ServeMapper.xml @@ -5,7 +5,6 @@ SELECT si.name serve_item_name, si.reference_price, si.serve_type_id, - st.id, st.name serve_type_name, s.id, s.serve_item_id,