4/4 扫码显示优化1.0

dev_2.5_csconfilt
wangwei 5 months ago
parent 2e188d5dd6
commit 68c9284da2

@ -57,8 +57,10 @@ public class IoCollectOrderBizService extends ServiceImpl<IoCollectOrderBizMappe
int integerPart = (int) quotient; int integerPart = (int) quotient;
if (quotient == integerPart) { if (quotient == integerPart) {
if (integerPart == 0){ if (integerPart == 0){
shouldCount = 1; if (collectOrderBizResponse.getAutoTagStatus() != 2){
}else { shouldCount = 1;
}
} else {
shouldCount = integerPart; shouldCount = integerPart;
} }
} else { } else {

Loading…
Cancel
Save