代码更新
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user