4/4 优化1.0

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

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

Loading…
Cancel
Save