md
This commit is contained in:
parent
8e7e4cf123
commit
2f300b099a
@ -82,8 +82,8 @@ public class Oms2cWaybillController extends BaseController
|
||||
@Log(title = "OMSExcel草稿方式下单", businessType = BusinessType.INSERT)
|
||||
@PostMapping(value = "/draftSubmitOrder")
|
||||
public AjaxResult draftSubmitOrder(@RequestBody EmisWaybill emisWaybillSave){
|
||||
waybillOrder.setUserId(getLoginUser().getUser().getId());
|
||||
waybillOrder.setCustomerCode(getLoginUser().getUser().getCustomerCode());
|
||||
emisWaybillSave.setUserId(getLoginUser().getUser().getId());
|
||||
emisWaybillSave.setCustomerCode(getLoginUser().getUser().getCustomerCode());
|
||||
return this.iRpcWaybillSvc.draftSubmitOrderByOms(emisWaybillSave);
|
||||
}
|
||||
|
||||
@ -99,8 +99,7 @@ public class Oms2cWaybillController extends BaseController
|
||||
return this.iRpcWaybillSvc.preCalcWaybillFeeByOms(waybillOrder);
|
||||
}
|
||||
|
||||
|
||||
@RequestMapping("/list")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(EmisWaybill emisWaybill)
|
||||
{
|
||||
startPage();
|
||||
|
||||
@ -459,7 +459,7 @@
|
||||
<if test="updateSite != null and updateSite != ''"> and a.update_site=#{updateSite}</if>
|
||||
|
||||
|
||||
<if test="userId != null "> and user_id = #{userId}</if>
|
||||
<if test="userId != null "> and a.user_id = #{userId}</if>
|
||||
|
||||
and customer_code=#{customerCode}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user