|
@ -2,7 +2,7 @@ package com.example.demo.mapper; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.example.demo.domain.entity.Detail; |
|
|
import com.example.demo.domain.entity.Detail; |
|
|
import com.example.demo.domain.entity.Detail; |
|
|
|
|
|
|
|
|
import com.example.demo.domain.vo.RefundA; |
|
|
import org.apache.ibatis.annotations.*; |
|
|
import org.apache.ibatis.annotations.*; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
@ -10,6 +10,8 @@ import java.util.List; |
|
|
@Mapper |
|
|
@Mapper |
|
|
public interface RefundMapper { |
|
|
public interface RefundMapper { |
|
|
|
|
|
|
|
|
|
|
|
List<RefundA> getRefundA(@Param("flags") List<Integer> flags); |
|
|
|
|
|
|
|
|
@Insert({ |
|
|
@Insert({ |
|
|
"insert into detail", |
|
|
"insert into detail", |
|
|
"(jwcode,refund_type,refund_goods,contact_id,recharge_coin,free_coin,task_coin,remark,admin_id,create_time,update_type,order_code)", |
|
|
"(jwcode,refund_type,refund_goods,contact_id,recharge_coin,free_coin,task_coin,remark,admin_id,create_time,update_type,order_code)", |
|
|