采购配置相关

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent f365c5825a
commit f1eae3ddb9

@ -6,6 +6,8 @@ import lombok.Data;
public class SearchDsSourceSellerListDTO {
private String searchKeyword;
private String isEncryptLogisticsOrderSupportDouyin;
private Integer page;
private Integer pageSize;
// 为了配合微应用的外部服务接口限制先设置成string
private String page;
private String pageSize;
}

@ -34,7 +34,6 @@ public class SearchDsSourceSellerListService extends SPIBaseService implements E
try {
SearchDsSourceSellerListDTO filter = req.getData();
filter.setPageSize(10);
Map<String, Object> params = new HashMap<>();
params.put("userId", SecurityTool.encodeByAES(String.valueOf(shopId)));
params.put("platform", "ddMicroApp");

Loading…
Cancel
Save