fix: 字段
This commit is contained in:
@@ -612,7 +612,7 @@ public class SlitterServiceImpl implements SlitterService {
|
||||
JSONArray jsonArray = list.stream()
|
||||
.map(item -> {
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
jsonObject.put("label", item.getPoint_code());
|
||||
jsonObject.put("text", item.getPoint_code());
|
||||
jsonObject.put("value", item.getExt_code());
|
||||
return jsonObject;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user