opt: acs工具允许BLK区域下发

This commit is contained in:
2025-04-18 15:48:57 +08:00
parent 7256afda39
commit ab6d97e945

View File

@@ -50,7 +50,7 @@ public class AcsUtil {
if (jo.containsKey("class_type") && jo.getString("class_type").contains("0107")) {
product_area = "BLK";
}
if (!"A1,A2,A3,A4,LK".contains(product_area)) {
if (!"A1,A2,A3,A4,LK,BLK".contains(product_area)) {
log.warn("不是一期任务,跳过下发!");
continue;
}