import com.supwisdom.dlpay.api.bean.*;
import org.springframework.cloud.openfeign.FeignClient;
+import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@PostMapping("/api/user/biz_refund")
CardBizResponse bizRefund(String refno);
- @PostMapping("/api/user/biz_query")
+ @GetMapping("/api/user/biz_query")
CardBizResponse bizQuery(String refno);
}
indexes = {@Index(name = "transmain_accdate", columnList = "accdate"),
@Index(name = "transmain_status", columnList = "status"),
@Index(name = "transmain_tenantid_idx", columnList = "tenantid"),
- @Index(name = "transmain_outtrade", unique = true, columnList = "outid, outtradeno")})
+ @Index(name = "transmain_outtrade", unique = true, columnList = "outid, outtradeno, tenantid")})
@SequenceGenerator(name = "seq_refno", allocationSize = 100)
public class TTransactionMain {
@Id