Skip to content

Commit a957d4d

Browse files
committed
表名小写
1 parent ebe7bb7 commit a957d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hsweb-web-dao/hsweb-web-dao-mybatis/src/main/resources/org/hsweb/web/dao/impl/mybatis/mapper/quartz/QuartzJobHistoryMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</update>
4949

5050
<select id="selectByPk" parameterType="string" resultMap="QuartzJobHistoryResultMap">
51-
select * from S_QUARTZ_JOB_HIS where u_id=#{id}
51+
select * from s_quartz_job_his where u_id=#{id}
5252
</select>
5353

5454
<select id="select" parameterType="org.hsweb.web.bean.common.QueryParam" resultMap="QuartzJobHistoryResultMap">

hsweb-web-dao/hsweb-web-dao-mybatis/src/main/resources/org/hsweb/web/dao/impl/mybatis/mapper/quartz/QuartzJobMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</update>
5353

5454
<select id="selectByPk" parameterType="string" resultMap="QuartzJobResultMap">
55-
select * from S_QUARTZ_JOB where u_id=#{id}
55+
select * from s_quartz_job where u_id=#{id}
5656
</select>
5757

5858
<select id="select" parameterType="org.hsweb.web.bean.common.QueryParam" resultMap="QuartzJobResultMap">

0 commit comments

Comments
 (0)