Commit 3c04f2bf by guos

会员标签4.0

parent 015cd9cc
......@@ -90,6 +90,7 @@ public class TagLowestSingleConsumptionMoneyFilter extends AbstractTagConsumReco
}
});
for(TrdVirtualOrderBean amountBean:effectiveOrderMap.values()){
System.out.println("configStatus==>"+configStatus+"paid_amt==>"+topConsumeAmountBean.getPaid_amt()+"pay_amt==>"+topConsumeAmountBean.getPay_amt());
topConsumAmount=configStatus==1?
(CommonUtil.isEmptyDouble2double(topConsumeAmountBean.getPaid_amt())<topConsumAmount?CommonUtil.isEmptyDouble2double(topConsumeAmountBean.getPaid_amt()):topConsumAmount):
(CommonUtil.isEmptyDouble2double(topConsumeAmountBean.getPay_amt())<topConsumAmount?CommonUtil.isEmptyDouble2double(topConsumeAmountBean.getPay_amt()):topConsumAmount);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment