代码更新

This commit is contained in:
2022-12-01 22:13:19 +08:00
parent e7f3b89388
commit 2478951730

View File

@@ -131,7 +131,7 @@ public class PdaCheckServiceImpl implements PdaCheckService {
JSONObject json = userStor.getJSONObject(i);
JSONObject jsonObject = new JSONObject();
jsonObject.put("value", json.getString("stor_id"));
jsonObject.put("label", json.getString("stor_name"));
jsonObject.put("text", json.getString("stor_name"));
resultJSONArray.add(jsonObject);
}
JSONObject jo = new JSONObject();