|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.glxp.api.service.collect;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.core.util.StrUtil;
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
|
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
|
|
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
|
@ -39,6 +40,10 @@ public class IoCollectOrderBizService extends ServiceImpl<IoCollectOrderBizMappe
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public String setProductName(CollectOrderBizResponse collectOrderBizResponse){
|
|
|
|
|
if (StrUtil.isEmpty(collectOrderBizResponse.getWorkplaceQueueCode())){
|
|
|
|
|
//todo 暂时解决办法
|
|
|
|
|
return "";
|
|
|
|
|
}
|
|
|
|
|
String[] parts = collectOrderBizResponse.getWorkplaceQueueCode().split("-");
|
|
|
|
|
String shelf = "";
|
|
|
|
|
String layer = "";
|
|
|
|
|