| | |
| | | } catch (Exception e){ |
| | | matax = ""; |
| | | } |
| | | String decrees = ""; |
| | | try{ |
| | | decrees = excel.getDecrees(); |
| | | } catch (Exception e){ |
| | | decrees = ""; |
| | | } |
| | | String anfme = "1"; |
| | | try{ |
| | | String anfme1 = excel.getAnfme(); |
| | |
| | | } catch (Exception e){ |
| | | anfme = "1"; |
| | | } |
| | | String[] s=new String[3]; |
| | | String[] s=new String[4]; |
| | | s[0] = matnr; |
| | | s[1] = matax; |
| | | s[2] = anfme; |
| | | s[3] = decrees; |
| | | printMatList.add(s); |
| | | total++; |
| | | totalAnfme = totalAnfme+Integer.parseInt(anfme); |
| | |
| | | String matnr = printMat[0]; |
| | | String matax = printMat[1]; |
| | | String anfme = printMat[2]; |
| | | String decrees = printMat[3]; |
| | | Integer intAnfme = 1; |
| | | try{ |
| | | Integer intAnfme1 = Integer.parseInt(anfme); |
| | |
| | | locInPrintMat.setUpdateBy(userId); |
| | | locInPrintMat.setCreateTime(now); |
| | | locInPrintMat.setUpdateTime(now); |
| | | locInPrintMat.setDecrees(decrees); |
| | | locInPrintMatService.save(locInPrintMat); |
| | | } |
| | | |