| | |
| | | * 2、物业后勤:wyhq |
| | | * 3、行政办公:xzbg |
| | | * 4、运营中心:yyzx |
| | | * |
| | | * 1、安防中心:afzx |
| | | * 2、消控中心:xkzx |
| | | * 3、能管中心:ngzx |
| | | */ |
| | | public interface MenuPageId{ |
| | | String zhaf = "zhaf";//综合安防 |
| | | String afzx = "afzx";//安防中心 |
| | | String zhaf = "zhaf";//消控中心 |
| | | String ngzx = "ngzx";//能管中心 |
| | | String wyhq = "wyhq";//物业后勤 |
| | | String xkzx = "xkzx";//综合安防 |
| | | String xzbg = "xzbg";//行政办公 |
| | | String yyzx = "yyzx";//运营中心 |
| | | |
| | |
| | | public static BaseResponse parkReservationDeletion(ParkReservationDelRequest param){ |
| | | log.info("【海康车位取消预约】================开始===="+JSONObject.toJSONString(param)); |
| | | try { |
| | | String res = HKTools.carChargeDeletion(JSONObject.toJSONString(param)); |
| | | String res = HKTools.parkDeletion(JSONObject.toJSONString(param)); |
| | | TypeReference typeReference = |
| | | new TypeReference< BaseResponse>(){}; |
| | | BaseResponse result = JSONObject.parseObject(res, typeReference.getType()); |
| | |
| | | } |
| | | PlatformGroup group = platformGroupMapper.selectOne(new QueryWrapper<PlatformGroup>().lambda() |
| | | .eq(PlatformGroup::getIsdeleted,Constants.ZERO) |
| | | .eq(PlatformGroup::getType,Constants.ONE) |
| | | .eq(PlatformGroup::getType,type==0?Constants.ONE:Constants.ZERO) |
| | | .last("limit 1") );//查询卸货月台组编码 |
| | | job.setPlatformGroupId(group!=null?group.getId():null); |
| | | Member driver = memberMapper.selectJoinOne(Member.class,new MPJLambdaWrapper<Member>() |