1
0
fushengqian 1 жил өмнө
parent
commit
ab4e529077

+ 1 - 1
fuint-repository/src/main/resources/mapper/MtSendLogMapper.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.fuint.repository.mapper.MtSendLogMapper">
     <update id="updateForRemove">
-        update update mt_send_log p set p.STATUS =#{status},p.REMOVE_SUCCESS_NUM =#{removeSuccessNum},p.REMOVE_FAIL_NUM =#{removeFailNum} where p.UUID = #{uuid}
+        update mt_send_log p set p.STATUS =#{status},p.REMOVE_SUCCESS_NUM =#{removeSuccessNum},p.REMOVE_FAIL_NUM =#{removeFailNum} where p.UUID = #{uuid}
     </update>
 
     <update id="updateSingleForRemove">