fix: 工具类恢复
This commit is contained in:
@@ -50,10 +50,6 @@ public class AcsUtil {
|
|||||||
if (jo.containsKey("class_type") && jo.getString("class_type").contains("0107")) {
|
if (jo.containsKey("class_type") && jo.getString("class_type").contains("0107")) {
|
||||||
product_area = "BLK";
|
product_area = "BLK";
|
||||||
}
|
}
|
||||||
if (!"A1,A2,A3,A4,LK,BLK".contains(product_area)) {
|
|
||||||
log.warn("不是一期任务,跳过下发!");
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if (StrUtil.isEmpty(product_area)) {
|
if (StrUtil.isEmpty(product_area)) {
|
||||||
log.warn("区域不能为空!下发信息:" + jo.toString());
|
log.warn("区域不能为空!下发信息:" + jo.toString());
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user