This commit is contained in:
linfso 2024-04-28 08:48:59 +08:00
parent ad5c5af7e5
commit 59d5d7997c

View File

@ -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("服务器异常,联系客服");
}
}