张磊磊
2023-12-08 5357fcd46f03e4b0c4ec9402d9c4fe561ffd2ce6
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));
   }