点为查询
This commit is contained in:
@@ -239,7 +239,7 @@ public class PointServiceImpl implements PointService {
|
|||||||
@Override
|
@Override
|
||||||
public JSONArray getPoint(Map wherJson) {
|
public JSONArray getPoint(Map wherJson) {
|
||||||
String area_type = (String) wherJson.get("area_type");
|
String area_type = (String) wherJson.get("area_type");
|
||||||
JSONArray point_rows = WQLObject.getWQLObject("sch_base_point").query("area_type IN (" + area_type + ") AND is_used = '1' AND is_delete = '0' order by point_code").getResultJSONArray(0);
|
JSONArray point_rows = WQLObject.getWQLObject("sch_base_point").query("region_id IN (" + area_type + ") AND is_used = '1' AND is_delete = '0' order by point_code").getResultJSONArray(0);
|
||||||
return point_rows;
|
return point_rows;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user