| | |
| | | wq.eq(TjJcycxm::getProId,xdtgmdjg.getProId()); |
| | | jcycxmService.remove(wq); |
| | | if(StringUtil.isNotBlank(xdtgmdjg.getJcjl())){ |
| | | String[] split = xdtgmdjg.getJcjl().replaceAll("\n", "").split("。|;|;|,|,"); |
| | | String regex = configService.selectConfigByKey("jcycxmzz"); |
| | | if(StringUtil.isBlank(regex)) regex= "。|;|;|,|,"; |
| | | String[] split = xdtgmdjg.getJcjl().replaceAll("\n", "").split(regex); |
| | | // String[] split = xdtgmdjg.getJcjl().replaceAll("\n", "").split("。|;|;|,|,"); |
| | | for (String jg : split) { |
| | | if(StringUtil.isNotBlank(jg)){ |
| | | boolean b = configController.apiJcycpdgjz(jg); |
| | | if(!b){ |
| | | TjJcycxm jcycxm=new TjJcycxm(); |
| | |
| | | jcycxm.setJcjg(jg); |
| | | jcycxmService.save(jcycxm); |
| | | } |
| | | } |
| | | /* if(StringUtil.isNotBlank(jg) && !jg.contains("未见异常") |
| | | && !jg.contains("未见明显异常") && !jg.contains("未见占位") && !jg.contains("未见") |
| | | && !jg.contains("未见明显")&& !jg.contains("正常")&& !jg.contains("双侧椎间孔无狭窄")){ |