Commit 8e577dfe authored by zhang_z's avatar zhang_z

合并代码;

parent f534ac4f
......@@ -1091,7 +1091,7 @@ public class Saleorder extends SectionEntity<MediaStore.Video> implements BaseMo
}
public List<Dis> getPreferentialProject() {
public List<Dis> getDisList() {
Dis dis = new Dis(C.DIS_TYPE.DIS);
Dis moneyOff = new Dis(C.DIS_TYPE.MONEY_OFF);
Dis promotion = new Dis(C.DIS_TYPE.PROMOTION);
......@@ -1130,7 +1130,6 @@ public class Saleorder extends SectionEntity<MediaStore.Video> implements BaseMo
disList.add(promotion);
}
return disList;
}
......
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