parent
ff5494efc3
commit
1399fb38a5
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
|
||||
<mapper namespace="au.com.royalpay.payment.manage.mappers.system.MailSendMapper">
|
||||
<update id="updateStatus">
|
||||
update sys_mail_send
|
||||
set status = #{status}
|
||||
where id = #{id}
|
||||
and mail_address = #{mail_address}
|
||||
</update>
|
||||
</mapper>
|
Loading…
Reference in new issue