Commit f534ac4f authored by zhang_z's avatar zhang_z

合并代码;

parent e067cdd1
...@@ -1121,6 +1121,13 @@ public class Saleorder extends SectionEntity<MediaStore.Video> implements BaseMo ...@@ -1121,6 +1121,13 @@ public class Saleorder extends SectionEntity<MediaStore.Video> implements BaseMo
List<Dis> disList = new ArrayList<>(); List<Dis> disList = new ArrayList<>();
if (dis.getDisAmt() > 0) { if (dis.getDisAmt() > 0) {
disList.add(dis);
}
if (moneyOff.getDisAmt() > 0) {
disList.add(moneyOff);
}
if (promotion.getDisAmt() > 0) {
disList.add(promotion);
} }
......
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