Browse Source

10.11 修改xml

lihuilin1015备份
huangqizhen 2 months ago
parent
commit
d06d479ea8
  1. 4
      src/main/resources/cashMapper/CashRefundMapper.xml

4
src/main/resources/cashMapper/CashRefundMapper.xml

@ -2,7 +2,7 @@
<!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="com.example.demo.mapper.cash.CashRefundMapper"> <mapper namespace="com.example.demo.mapper.cash.CashRefundMapper">
<insert id="insert"> <insert id="insert">
INSERT INTO cash_record_done (
INSERT INTO cash_record (
order_type, order_type,
jwcode, jwcode,
name, name,
@ -130,7 +130,7 @@ status = #{status},
reject_reason, reject_reason,
create_time, create_time,
update_time update_time
from cash_record
from cash_record_done
<where> <where>
<if test="status != null"> <if test="status != null">
status = #{status} status = #{status}

Loading…
Cancel
Save