Skip to content

Commit

Permalink
fix telecom del device
Browse files Browse the repository at this point in the history
  • Loading branch information
sanshengshui committed Dec 4, 2023
1 parent 7300c10 commit 88d520b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void handle(ProcessContext context) {
System.out.println(sb);
return;
}
String imeiListString = arr[2];
String imeiListString = arr[1];
if (StringUtils.isNotBlank(imeiListString)) {
List<String> imeiList = List.of(imeiListString.split(","));
TelDelDeviceByImeiResponse response =
Expand Down

0 comments on commit 88d520b

Please sign in to comment.