fix:入烘箱找没有任务的对接点位

This commit is contained in:
zhouz
2025-12-19 15:32:28 +08:00
parent 940845c539
commit 57268fdbae

View File

@@ -290,7 +290,7 @@ public class BakingServiceImpl implements BakingService {
} }
JSONObject map = new JSONObject(); JSONObject map = new JSONObject();
map.put("flag", "1"); map.put("flag", "1");
if (product_area.equals("B2")) { if (product_area.equals("B1")||product_area.equals("B2")) {
map.put("flag", "303"); map.put("flag", "303");
} }
map.put("reging_id", reging_id); map.put("reging_id", reging_id);