md
This commit is contained in:
parent
2221287b97
commit
ab6d394b47
@ -297,7 +297,7 @@ public class Oms2cWaybillController extends BaseController
|
|||||||
emisMonthpayUseApplyService.insertEmisMonthpayUseApply(emisMonthpayUseApply);
|
emisMonthpayUseApplyService.insertEmisMonthpayUseApply(emisMonthpayUseApply);
|
||||||
|
|
||||||
//绑定
|
//绑定
|
||||||
emisWaybillService.bindMonthPayCode(monthPayCode);
|
// emisWaybillService.bindMonthPayCode(monthPayCode);
|
||||||
|
|
||||||
// 插入短信记录
|
// 插入短信记录
|
||||||
EmisEmailSendRecord emisEmailSendRecord = new EmisEmailSendRecord();
|
EmisEmailSendRecord emisEmailSendRecord = new EmisEmailSendRecord();
|
||||||
|
|||||||
@ -36,7 +36,7 @@ public interface IEmisWaybillService
|
|||||||
|
|
||||||
public int bindSalesmen(String empCode) throws EmisBizError;
|
public int bindSalesmen(String empCode) throws EmisBizError;
|
||||||
|
|
||||||
public int bindMonthPayCode(String monthPayCode) throws EmisBizError;
|
// public int bindMonthPayCode(String monthPayCode) throws EmisBizError;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user