| | |
| | | <content url="file://$MODULE_DIR$" /> |
| | | <orderEntry type="inheritedJdk" /> |
| | | <orderEntry type="sourceFolder" forTests="false" /> |
| | | <orderEntry type="module-library" exported=""> |
| | | <library> |
| | | <CLASSES> |
| | | <root url="jar://$MODULE_DIR$/server/lib/antelope-other-client-20230203.0.1.jar!/" /> |
| | | </CLASSES> |
| | | <JAVADOC /> |
| | | <SOURCES /> |
| | | </library> |
| | | </orderEntry> |
| | | </component> |
| | | </module> |
| | |
| | | for(int i=0;i<materialList.size();i++){ |
| | | Integer counter=i+2; |
| | | Material material=materialList.get(i); |
| | | if(StringUtils.isEmpty(material.getName())||StringUtils.isEmpty(material.getCode())||StringUtils.isEmpty(material.getUnitname()) |
| | | ||StringUtils.isEmpty(material.getFormationname())||StringUtils.isEmpty(material.getAttr()) |
| | | if(StringUtils.isEmpty(material.getName()) |
| | | ||StringUtils.isEmpty(material.getCode()) |
| | | ||StringUtils.isEmpty(material.getUnitname()) |
| | | ||StringUtils.isEmpty(material.getFormationname()) |
| | | ||StringUtils.isEmpty(material.getAttr()) |
| | | ||StringUtils.isEmpty(material.getCateUnionName())){ |
| | | |
| | | throw new BusinessException(ResponseStatus.SERVER_ERROR.getCode(), "第"+counter+"行:导入数据内容不能为空!"); |
| | |
| | | for(WorkorderRecordExtListVO model : result){ |
| | | //查询生产人员姓名 |
| | | initProUser(user,model,allDepartList); |
| | | // BigDecimal s =new BigDecimal(Constants.formatIntegerNum(model.getSalary())); |
| | | // s.divide(new BigDecimal(0),2); |
| | | // model.setSalary(s.doubleValue()); |
| | | } |
| | | } |
| | | return PageData.from(new PageInfo<>(result)); |
| | |
| | | # application: |
| | | # name: doumeemes |
| | | profiles: |
| | | <<<<<<< HEAD |
| | | active: standardTest |
| | | ======= |
| | | active: standardLingyang |
| | | >>>>>>> e545f382c2989b1a6a510d0fed66b5e835bc163c |
| | | # JSON返回配置 |
| | | jackson: |
| | | # 默认时区 |