Commit b6e31977 by jianan

生成预计发佣记录是查询出账币种、默认结算汇率7

parent 17ea77ac
......@@ -6,12 +6,14 @@ import com.yd.common.exception.BusinessException;
import com.yd.common.result.Result;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.List;
@Component
public class FeignResultHelper {
private final ObjectMapper objectMapper = new ObjectMapper();
@Resource
private ObjectMapper objectMapper;
public <T> T extractData(Result<T> result) {
if (result == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment