Merge remote-tracking branch '惠信/develop' into develop
This commit is contained in:
commit
65ab089569
|
|
@ -1,6 +1,7 @@
|
|||
package com.nflg.wms.admin.service;
|
||||
|
||||
import cn.hutool.core.collection.CollectionUtil;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import com.nflg.wms.common.pojo.dto.SAPSyncFromDTO;
|
||||
import com.nflg.wms.repository.service.IWmsStorageService;
|
||||
import jakarta.annotation.Resource;
|
||||
|
|
|
|||
|
|
@ -103,8 +103,12 @@ public class WmsStorageServiceImpl extends ServiceImpl<WmsStorageMapper, WmsStor
|
|||
|
||||
@Override
|
||||
public String getBinNo(String materialNo, String factoryNo, String warehouseNo) {
|
||||
if (baseMapper.getBinNo(materialNo,factoryNo,warehouseNo)==null){
|
||||
return "";
|
||||
}else {
|
||||
return baseMapper.getBinNo(materialNo, factoryNo, warehouseNo);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<StorageVO> searchNonSync() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue