adding order logic

This commit is contained in:
376654749@qq.com 2022-03-15 11:40:13 +08:00
parent 404d870b7d
commit a18da2e2e5

View File

@ -66,6 +66,7 @@ public class CouponService {
for(int g = 0 ;g<productCode.length;g++) {
if ((jsonResult.get("productCodes") != null ? jsonResult.get("productCodes").toString().indexOf(productCode[g]) : "".indexOf(productCode[g])) != -1 || jsonResult.get("productCodes") == null) {
afterFilterArrary.add(jsonResult);
break;
}
}
}