4/4 优化1.0

dev_2.5_csconfilt
wangwei 3 months ago
parent 319d163890
commit 5987b9a8bb

@ -63,9 +63,13 @@ public class IoCollectOrderBizService extends ServiceImpl<IoCollectOrderBizMappe
} else { } else {
shouldCount = integerPart; shouldCount = integerPart;
} }
} else {
if (collectOrderBizResponse.getAutoTagStatus() == 2){
shouldCount = 0;
}else { }else {
shouldCount = integerPart + 1; shouldCount = integerPart + 1;
} }
}
collectOrderBizResponse.setShouldCount(shouldCount); collectOrderBizResponse.setShouldCount(shouldCount);
if (collectOrderBizResponse.getScanCount() == null){ if (collectOrderBizResponse.getScanCount() == null){
collectOrderBizResponse.setScanCount(0); collectOrderBizResponse.setScanCount(0);

Loading…
Cancel
Save