|
@@ -250,8 +250,8 @@ public class DateTest extends ApiController{
|
250
|
250
|
*/
|
251
|
251
|
@ApiOperation("匹配新的文件路径")
|
252
|
252
|
@PostMapping("/update/date")
|
253
|
|
- public APIEntity uploadFiles(String httpUrl) throws IOException {
|
254
|
|
- List<TCourier> couriers = courierService.list(new QueryWrapper<TCourier>().isNotNull("courier_card_url"));
|
|
253
|
+ public APIEntity uploadFiles(String httpUrl,String urlstring) throws IOException {
|
|
254
|
+ List<TCourier> couriers = courierService.list(new QueryWrapper<TCourier>().isNotNull(urlstring));
|
255
|
255
|
for(TCourier tCourier : couriers){
|
256
|
256
|
String[] urls = tCourier.getCourierCardUrl().split(";");
|
257
|
257
|
StringJoiner joiner=new StringJoiner(";");
|