| | |
| | | }finally { |
| | | Constants.DEALING_HK_PARKBOOK =false; |
| | | } |
| | | |
| | | } |
| | | |
| | | private void dealParkBookBiz(ParkBook c,Date date) { |
| | |
| | | parkBookMapper.updateById(c); |
| | | } |
| | | } |
| | | |
| | | private boolean addParkBookHk(ParkBook c) { |
| | | CarChargeAddRequest param = new CarChargeAddRequest(); |
| | | param.setPlateNo(c.getCarCode()); |
| | |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | public static boolean cancelParkBookHk(ParkBook c) { |
| | | CarChargeDelRequest param = new CarChargeDelRequest(); |
| | | param.setPlateNo(c.getCarCode()); |
| | |
| | | } |
| | | } |
| | | if(addList.size()>0){ |
| | | parksMapper.insertBatchSomeColumn(addList); |
| | | parksMapper.insert(addList); |
| | | } |
| | | if(editList.size()>0){ |
| | | for(Parks d : editList){ |
| | |
| | | |
| | | List<CarEvent> sublist = allHkList.subList(startIndex, endIndex); |
| | | if(sublist.size()>0){ |
| | | carEventMapper.insertBatchSomeColumn(sublist);//插入新数据 |
| | | carEventMapper.insert(sublist);//插入新数据 |
| | | } |
| | | startIndex = endIndex; |
| | | endIndex += sublistSize; |