opt: acs工具允许BLK区域下发
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user