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