md
This commit is contained in:
parent
800da20506
commit
c5e201e94e
@ -149,6 +149,7 @@ public class EmisWaybillController extends EmisBaseController
|
||||
|
||||
JSONObject jObjOut = new JSONObject();
|
||||
jObjOut.put("billCode", emisWaybillSave.getBillCode());
|
||||
jObjOut.put("billDetail", emisWaybillSave);
|
||||
|
||||
return AjaxResult.success("下单成功", jObjOut);
|
||||
}catch(EmisBizError ex){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user