Commit 81feed63 authored by 张永's avatar 张永

1

parent fe0399da
......@@ -920,6 +920,7 @@ public class CartQueryServiceImpl implements CartQueryService {
zoneGoods.put("nOrderMeetAmountFree", nOrderMeetAmountFree);
zoneGoods.put("nMinTranAmount", nMinTranAmount);
zoneGoods.put("nMinTranCase", nMinTranCase);
logger.info("countCheck ----"+countCheckSql+"---------MinOrderAmt : "+MinOrderAmt);
zoneGoods.put("minOrderAmt", countCheckSql > 0 ? 0: MinOrderAmt);
zoneGoods.put("totalAmount", TotalAmount);
zoneGoods.put("orgNo", sOrgNO);
......
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