| | |
| | | GRID_OBJECT_TYPE_3("13", "待受理矛调工单"), |
| | | GRID_OBJECT_TYPE_4("14", "待审核矛调工单"), |
| | | GRID_TODO_TYPE_5("5", "矛盾纠纷"), |
| | | GRID_TODO_TYPE_6("6", "专项治理"), |
| | | |
| | | /** |
| | | * 网格通知类型,1:待分派,2:待受理,3:化解中,4:已结案,5:已归档,6:不予受理 |
| | |
| | | gridToDoBacthVo.setYzyContent(""); |
| | | gridToDoBacthVo.setObjTag(""); |
| | | gridToDoBacthVo.setMobile("18607214221"); |
| | | gridToDoBacthVo.setTodoType(GridEnum.GRID_TODO_TYPE_5.getIndex()); |
| | | if(StringUtils.isNotEmpty(caseInfo.getCanalSecond())&&caseInfo.getCanalSecond().equals("22_00003-7")){ |
| | | gridToDoBacthVo.setTodoType(GridEnum.GRID_TODO_TYPE_6.getIndex()); |
| | | }else { |
| | | gridToDoBacthVo.setTodoType(GridEnum.GRID_TODO_TYPE_5.getIndex()); |
| | | } |
| | | |
| | | String title = ""; |
| | | title += noticeTypeName; |
| | | if (StringUtils.isNotBlank(caseInfo.getPlaintiffs())) { |
| | |
| | | driver-class-name: dm.jdbc.driver.DmDriver |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | stat-view-servlet: |
| | | enabled: false |
| | | test-while-idle: true |
| | | min-idle: 10 |
| | | initial-size: 10 |
| | |
| | | driver-class-name: dm.jdbc.driver.DmDriver |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | stat-view-servlet: |
| | | enabled: false |
| | | test-while-idle: true |
| | | min-idle: 10 |
| | | initial-size: 10 |