|
@@ -198,12 +198,12 @@ public class NoCarInterServiceImpl implements NoCarInterService {
|
|
|
result.setCode(200);
|
|
|
result.setMsg(rs.getData().toString());
|
|
|
JSONObject jb = JSONObject.parseObject(rs.getData().toString());
|
|
|
+ result.setData(1);
|
|
|
+ result.setMsg("车辆已备案");
|
|
|
if(null == jb.getJSONArray("result") || jb.getJSONArray("result").size() == 0){
|
|
|
result.setData(2);
|
|
|
result.setMsg("车辆未备案");
|
|
|
}
|
|
|
- result.setData(1);
|
|
|
- result.setMsg("车辆已备案");
|
|
|
return result;
|
|
|
} else {
|
|
|
result.setData(3);
|