Commit 5c3ef21f by liulianglang

表名大小写

parent 484424b5
......@@ -2,8 +2,8 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="org.springblade.founder.ryxscxbd.mapper.TbXwRxbzjgMapper">
<update id="updateRwByTaskid">
update TB_ST_APP_RXHCRW
set RWZT = '1'
where TASKID = #{taskId, jdbcType=VARCHAR}
update tb_st_app_rxhcrw
set rwzt = '1'
where taskid = #{taskId, jdbcType=VARCHAR}
</update>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment