Commit 5c3ef21f by liulianglang

表名大小写

parent 484424b5
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > <!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"> <mapper namespace="org.springblade.founder.ryxscxbd.mapper.TbXwRxbzjgMapper">
<update id="updateRwByTaskid"> <update id="updateRwByTaskid">
update TB_ST_APP_RXHCRW update tb_st_app_rxhcrw
set RWZT = '1' set rwzt = '1'
where TASKID = #{taskId, jdbcType=VARCHAR} where taskid = #{taskId, jdbcType=VARCHAR}
</update> </update>
</mapper> </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