fix: 手持点位下拉框过滤
This commit is contained in:
@@ -928,7 +928,7 @@ public class SlitterServiceImpl implements SlitterService {
|
||||
|
||||
@Override
|
||||
public JSONArray getCutCacheAgvPoints() {
|
||||
List<BstIvtCutpointivt> list = bcutpointivtService.getPintByAgvCodesByPointType("3");
|
||||
List<BstIvtCutpointivt> list = bcutpointivtService.getPintByAgvCodesByPointType("2");
|
||||
JSONArray jsonArray = list.stream()
|
||||
.map(item -> {
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user