|
|
|
@ -1650,7 +1650,7 @@ public class IoCodeTempController extends BaseController {
|
|
|
|
|
|
|
|
|
|
if (bussinessTypeEntity.getAction().equals(ConstantType.SPLIT_OUT)) {
|
|
|
|
|
// 判断货位里面是否有相同产品
|
|
|
|
|
if (StrUtil.isNotEmpty(orderEntity.getWorkPlaceQueueCode())) {
|
|
|
|
|
if (orderEntity != null && StrUtil.isNotEmpty(orderEntity.getWorkPlaceQueueCode())) {
|
|
|
|
|
IoSplitFifoCodeEntity splitFifoCodeEntity = splitFifoCodeService.findByQueueCode(orderEntity.getWorkPlaceQueueCode());
|
|
|
|
|
if (splitFifoCodeEntity != null) {
|
|
|
|
|
if (!udiRelevanceResponse.getId().equals(splitFifoCodeEntity.getRelId())) {
|
|
|
|
|