|
|
|
@ -33,6 +33,7 @@ import org.springblade.common.exception.CustomerException;
|
|
|
|
|
import org.springblade.core.redis.cache.BladeRedis; |
|
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
|
import org.springblade.core.tool.api.ResultCode; |
|
|
|
|
import org.springblade.core.tool.utils.Func; |
|
|
|
|
import org.springblade.core.tool.utils.StringUtil; |
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
import org.springframework.context.annotation.Lazy; |
|
|
|
@ -460,6 +461,12 @@ public class MtFactoryDataServiceImpl implements IMtFactoryDataService {
|
|
|
|
|
} |
|
|
|
|
logger.info("#############sendReceiveInfo:tag{}", 10); |
|
|
|
|
|
|
|
|
|
if(mtReceiveContentDTOList.size()==0){ |
|
|
|
|
logger.info("############# 没有找到需要配推送的订单包件"); |
|
|
|
|
|
|
|
|
|
return R.success(""); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//签收信息数据存入头部数据
|
|
|
|
|
mtReceiveDTO.setReceiveContentList(mtReceiveContentDTOList); |
|
|
|
|
|
|
|
|
|