4/4 扫码显示优化1.0

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

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

Loading…
Cancel
Save