md
This commit is contained in:
parent
694c1ccf1b
commit
5a874b7e16
@ -338,6 +338,22 @@ public class Oms2cWaybillController extends BaseController
|
||||
}
|
||||
|
||||
|
||||
@PostMapping("/scanCheckBillCode")
|
||||
public AjaxResult scanCheckBillCode(@RequestBody EmisWaybill emisWaybill)
|
||||
{
|
||||
if(StringUtils.isEmpty(emisWaybill.getBillCode())){
|
||||
return AjaxResult.error("单号错误");
|
||||
}
|
||||
|
||||
JSONObject jData = new JSONObject();
|
||||
jData.put("billCode",emisWaybill.getBillCode());
|
||||
jData.put("sendSiteCode","88888");
|
||||
jData.put("empCode","");
|
||||
|
||||
return AjaxResult.success("成功",jData);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 绑定月结卡号
|
||||
* @param monthPayCode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user