소스 검색

【修改】收费系统与票据系统对接的开票点编码改为004,placeCode;

master
dyy 9 달 전
부모
커밋
216729801c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      DigitalSchoolApi/Controllers/YKTTrabs.cs

+ 3
- 3
DigitalSchoolApi/Controllers/YKTTrabs.cs 파일 보기

@@ -672,7 +672,7 @@ namespace DigitalSchoolApi.Controllers
eBillListClass eBillListitem = new eBillListClass();
eBillListitem.busNo = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000);
eBillListitem.ivcDate = DateTime.Now.ToString("yyyy-MM-dd");
eBillListitem.placeCode = "001";
eBillListitem.placeCode = "004";
eBillListitem.billCode = "4004";
eBillListitem.channel = "23";
eBillListitem.payerType = "1";
@@ -848,7 +848,7 @@ namespace DigitalSchoolApi.Controllers
biParam.busType = appid;
biParam.busNo = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000);
biParam.ivcDate = DateTime.Now.ToString("yyyy-MM-dd");
biParam.placeCode = "001";
biParam.placeCode = "004";
biParam.billCode = billCode;//"4004";
biParam.channel = "28";
if (orderEntity.PayMode == "BHK" || orderEntity.PayMode == "THK")//BHK:建行;THK:他行;ZFB:支付宝;CFT:微信
@@ -1042,7 +1042,7 @@ namespace DigitalSchoolApi.Controllers
biParam.busType = appid;
biParam.busNo = DateTime.Now.ToString("yyyyMMddhhmmss") + ran.Next(0, 100000);
biParam.ivcDate = DateTime.Now.ToString("yyyy-MM-dd");
biParam.placeCode = "001";
biParam.placeCode = "004";
biParam.billCode = billCode;//"4004";
biParam.channel = "28";
if (orderEntity.PayMode == "BHK" || orderEntity.PayMode == "THK")//BHK:建行;THK:他行;ZFB:支付宝;CFT:微信


불러오는 중...
취소
저장