| | |
| | | private ITjDwDeptService dwDeptService; |
| | | @Resource |
| | | private ITjPrintOrderService printOrderService; |
| | | @Resource |
| | | private IDictSfxmService dictSfxmService; |
| | | |
| | | |
| | | @Override |
| | |
| | | |
| | | } |
| | | |
| | | @Override |
| | | @Async("async") |
| | | public void getDictSfxms() { |
| | | List<DictSfxm> dictSfxm = getDictSfxm(); |
| | | redisCache.setCacheObject("getDictSfxms",dictSfxm); |
| | | } |
| | | |
| | | private List<DictSfxm> getDictSfxm() { |
| | | List<DictSfxm> dictSfxms = dictSfxmService.getYjDictSfxmList(); |
| | | if (null != dictSfxms && dictSfxms.size() > 0) { |
| | | for (DictSfxm dictSfxm : dictSfxms) { |
| | | List<DictSfxm> sfxms = dictSfxmService.getEjDictSfxmList(dictSfxm.getId()); |
| | | if (null != sfxms && sfxms.size() > 0) { |
| | | for (DictSfxm sfxm : sfxms) { |
| | | List<DictSfxm> sfx = dictSfxmService.getSjDictSfxmList(dictSfxm.getId()); |
| | | sfxm.setDictSfxms(sfx); |
| | | } |
| | | } |
| | | dictSfxm.setDictSfxms(sfxms); |
| | | } |
| | | } |
| | | return dictSfxms; |
| | | } |
| | | private List<TjOrder> extracted(Integer type, List<TjOrder> list) { |
| | | List<TjOrder> list1=new ArrayList<>(); |
| | | for (TjOrder order : list) { |
| | |
| | | } |
| | | return list1; |
| | | } |
| | | |
| | | private void getTjPackageListsByMan(List<TjPackage> tjPackageList) { |
| | | if (null != tjPackageList && tjPackageList.size() > 0) { |
| | | for (TjPackage aPackage : tjPackageList) { |