fix: Mapper 文件错误

This commit is contained in:
okayliao
2019-01-22 15:44:47 +08:00
parent 00a10ed8df
commit 262ee4eb5c
4 changed files with 15 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
</select>
<select id="selectJobAll" resultMap="SysJobLogResult">
<select id="selectJobLogAll" resultMap="SysJobLogResult">
<include refid="selectJobLogVo"/>
</select>