代码备份

dev_2.5_csconfilt
yewj 5 months ago
parent ae615e8ebb
commit e5d446d001

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

Loading…
Cancel
Save