md
This commit is contained in:
parent
ad5c5af7e5
commit
59d5d7997c
@ -101,10 +101,11 @@ public class EmisWaybillController extends BaseController
|
||||
|
||||
JSONObject jObjOut = new JSONObject();
|
||||
jObjOut.put("billCode", waybillOrder.getBillCode());
|
||||
jObjOut.put("prodName", waybillOrder.getProductType());
|
||||
// jObjOut.put("prodName", waybillOrder.getProductType());
|
||||
|
||||
return AjaxResult.success("下单成功", jObjOut);
|
||||
}catch (Exception ex){
|
||||
ex.printStackTrace();
|
||||
return AjaxResult.error("服务器异常,联系客服");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user