邱宇豪
2023-11-20 942fd08345fe0f3b04b4a0e919516257213ad2e5
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));
   }