| | |
| | | String codeClassifyOid = dockingSystemConfig.getClassifyOid(); |
| | | CodeClassifyTemplateVO templateVO = engineService.getUsedTemplateByClassifyOid(codeClassifyOid); |
| | | CodeClassifyVO topClassifyVO = classifyService.getTopClassifyVO(codeClassifyOid); |
| | | String btmTypeId = topClassifyVO.getBtmtypeid(); |
| | | String btmTypeId = topClassifyVO.getBtmTypeId(); |
| | | if (StringUtils.isBlank(btmTypeId)) { |
| | | return R.fail("这个分类所属顶层分类没有添加业务类型"); |
| | | } |
| | |
| | | String btmoid = map.get("oid".toUpperCase(Locale.ROOT)) == null ? "" : map.get("oid".toUpperCase(Locale.ROOT)).toString();//数据oid |
| | | String sendtype = map.get("lcstatus".toUpperCase(Locale.ROOT)) == null ? "" : map.get("lcstatus".toUpperCase(Locale.ROOT)).toString();//数据推送类型 |
| | | String id = map.get("id".toUpperCase(Locale.ROOT)) == null ? "" : map.get("id".toUpperCase(Locale.ROOT)).toString();//编码 |
| | | String btmid = topClassifyVO.getBtmtypeid();//数据业务类型 |
| | | String btmid = topClassifyVO.getBtmTypeId();//数据业务类型 |
| | | String classifyoid = map.get("codeclsfid".toUpperCase(Locale.ROOT)) == null ? "" : map.get("codeclsfid".toUpperCase(Locale.ROOT)).toString();//数据所在的分类id |
| | | String date2Str = VciDateUtil.date2Str(new Date(), VciDateUtil.DateTimeFormatStr); |
| | | DockingTask dockingTaskDO = new DockingTask(); |