From d1449882109fb03c73e4e9b158746de5d8514f54 Mon Sep 17 00:00:00 2001 From: xjs <1294405880@qq.com> Date: Fri, 31 Dec 2021 21:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=EF=BC=9A1=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=8B=B1=E8=AF=AD=E4=B8=80=E8=A8=80=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=B8=8D=E7=94=9F=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/openapi/ApiEnglishMapper.xml | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/xjs-business/xjs-business-openapi/src/main/resources/mapper/openapi/ApiEnglishMapper.xml b/xjs-business/xjs-business-openapi/src/main/resources/mapper/openapi/ApiEnglishMapper.xml index 697be166..1e2badc1 100644 --- a/xjs-business/xjs-business-openapi/src/main/resources/mapper/openapi/ApiEnglishMapper.xml +++ b/xjs-business/xjs-business-openapi/src/main/resources/mapper/openapi/ApiEnglishMapper.xml @@ -1,39 +1,42 @@ + PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - + - - - - + + + + - select id, en, zh, create_time from api_english + select id, en, zh, create_time + from api_english - + - delete from api_english where id = #{id} + delete + from api_english + where id = #{id} - delete from api_english where id in + delete from api_english where id in #{id}