Commit 2a2d1260 by caosy

APP 会员专享

parent a15fc5d7
......@@ -239,7 +239,7 @@ public abstract class AbstractOrderService<H extends AbstractOrderBean<T>, T> ex
public Response<PlaceOrderResponseBean> placeOrder(H abstractOrderBean) throws Exception{
if( abstractOrderBean.getAmount().compareTo(COMMUNE_AMOUNT)==0 || abstractOrderBean.getAmount().compareTo(COMMUNE_AMOUNT2)==0){
abstractOrderBean.setOrderSource(13);
abstractOrderBean.setOrderCategory(16);;
}
this.checkParameters(abstractOrderBean);
if (this.beforePlaceOrder(abstractOrderBean)) {
......
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 sign in to comment