|
|
@ -13,6 +13,7 @@ import com.glxp.api.entity.collect.IoCollectOrderBiz;
|
|
|
|
import com.glxp.api.req.collect.CollectOrderBizRequest;
|
|
|
|
import com.glxp.api.req.collect.CollectOrderBizRequest;
|
|
|
|
import com.glxp.api.res.collect.CollectOrderBizResponse;
|
|
|
|
import com.glxp.api.res.collect.CollectOrderBizResponse;
|
|
|
|
import com.glxp.api.service.basic.UdiProductService;
|
|
|
|
import com.glxp.api.service.basic.UdiProductService;
|
|
|
|
|
|
|
|
import com.glxp.api.util.IntUtil;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
import javax.annotation.Resource;
|
|
|
@ -64,7 +65,7 @@ public class IoCollectOrderBizService extends ServiceImpl<IoCollectOrderBizMappe
|
|
|
|
shouldCount = integerPart;
|
|
|
|
shouldCount = integerPart;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
if (collectOrderBizResponse.getAutoTagStatus() == 2){
|
|
|
|
if (IntUtil.value(collectOrderBizResponse.getAutoTagStatus()) == 2) {
|
|
|
|
shouldCount = 0;
|
|
|
|
shouldCount = 0;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
shouldCount = integerPart + 1;
|
|
|
|
shouldCount = integerPart + 1;
|
|
|
|