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}