修复mybatis generator重复生成mapper.xml内容的问题

This commit is contained in:
macro
2019-06-19 20:15:02 +08:00
parent 79000a1ee1
commit 310696e269
149 changed files with 150 additions and 148 deletions

View File

@@ -242,7 +242,7 @@
</if>
</trim>
</insert>
<select id="countByExample" parameterType="com.macro.mall.model.PmsCommentExample" resultType="java.lang.Integer">
<select id="countByExample" parameterType="com.macro.mall.model.PmsCommentExample" resultType="java.lang.Long">
select count(*) from pms_comment
<if test="_parameter != null">
<include refid="Example_Where_Clause" />