fix:入烘箱找没有任务的对接点位
This commit is contained in:
@@ -290,7 +290,7 @@ public class BakingServiceImpl implements BakingService {
|
||||
}
|
||||
JSONObject map = new JSONObject();
|
||||
map.put("flag", "1");
|
||||
if (product_area.equals("B2")) {
|
||||
if (product_area.equals("B1")||product_area.equals("B2")) {
|
||||
map.put("flag", "303");
|
||||
}
|
||||
map.put("reging_id", reging_id);
|
||||
|
||||
Reference in New Issue
Block a user