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;
if (quotient == integerPart) {
if (integerPart == 0){
shouldCount = 1;
}else {
if (collectOrderBizResponse.getAutoTagStatus() != 2){
shouldCount = 1;
}
} else {
shouldCount = integerPart;
}
} else {

Loading…
Cancel
Save