fix: 手持点位下拉框过滤

This commit is contained in:
2024-06-28 14:49:30 +08:00
parent a7bd40dcbd
commit e17eed36ca

View File

@@ -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();