hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/service/impl/SuMaterialWarehouseServiceImpl.java
@@ -33,6 +33,7 @@ String companyId = sysUserInfo.getCompanyId(); String userId = sysUserInfo.getUserId(); String id = suMaterialWarehouseEntity.getId(); suMaterialWarehouseEntity.setType(1);//1手动 if(StringUtils.isNotBlank(id)){ suMaterialWarehouseEntity.setUpdateTime(new Date()); suMaterialWarehouseEntity.setUpdateUser(userId); @@ -65,7 +66,7 @@ } @Override public BasicResult selectInfo(Integer id) { public BasicResult selectInfo(String id) { return BasicResult.success(suMaterialWarehouseMapper.selectInfo(id)); }