大写
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
" </select>",
|
||||
"",
|
||||
" <!-- 根据条件查询${9:实体名称}数量 -->",
|
||||
" <select id=\"get${3:EntityName}CountByFilter\" resultType=\"java.lang.Integer\" parameterType=\"${4:org.xyzh.common.dto.sys.${3:EntityName}DTO}\">",
|
||||
" <select id=\"get${3:EntityName}CountByFilter\" resultType=\"java.lang.INTEGER\" parameterType=\"${4:org.xyzh.common.dto.sys.${3:EntityName}DTO}\">",
|
||||
" SELECT COUNT(1)",
|
||||
" FROM ${10:tb_entity_name}",
|
||||
" <where>",
|
||||
@@ -282,7 +282,7 @@
|
||||
"prefix": "mybatis-select-count",
|
||||
"body": [
|
||||
" <!-- 根据条件查询${1:实体名称}数量 -->",
|
||||
" <select id=\"get${2:EntityName}CountByFilter\" resultType=\"java.lang.Integer\" parameterType=\"${3:org.xyzh.common.dto.sys.${2:EntityName}DTO}\">",
|
||||
" <select id=\"get${2:EntityName}CountByFilter\" resultType=\"java.lang.INTEGER\" parameterType=\"${3:org.xyzh.common.dto.sys.${2:EntityName}DTO}\">",
|
||||
" SELECT COUNT(1)",
|
||||
" FROM ${4:tb_entity_name}",
|
||||
" <where>",
|
||||
|
||||
Reference in New Issue
Block a user