Explorar el Código

优化代码提交

mashengyi hace 3 años
padre
commit
538b3d6a46

+ 1 - 5
src/main/java/com/jkcredit/invoice/service/lowerService/impl/SelfCarServiceLImpl.java

@@ -152,11 +152,7 @@ public class SelfCarServiceLImpl implements SelfCarServiceL {
             log.info("申请开票失败SelfCarServiceLImpl.applInvoice{},msg{}",invoiceApplVo,"客户未备案");
             return new RespR(false,"客户未备案");
         }
-        CustomerCarRec customerCarRec = customerCarRecMapper.selectByETC(invoiceApplVo.getCardId());
-        if(customerCarRec == null || customerCarRec.getRecStatus() != 1){
-            log.info("申请开票失败SelfCarServiceLImpl.applInvoice{},msg{}",invoiceApplVo,"业务校验错误:该卡号不在该企业下绑定!\\n:803");
-            return new RespR(false,"业务校验错误:该卡号不在该企业下绑定!\\n:803");
-        }
+
         B2BInvoiceApplyRequest b2BInvoiceApplyRequest = new B2BInvoiceApplyRequest();
         b2BInvoiceApplyRequest.setCardId(invoiceApplVo.getCardId());
         b2BInvoiceApplyRequest.setCompanyNum(customerRec.getCompanyNum());

+ 4 - 3
src/main/resources/application.yml

@@ -4,7 +4,7 @@ server:
   tomcat:
     accesslog:
       enabled: true
-      directory: /home/invoiceSrv/app/bin/logs/tomcat  #日志存储目录
+      directory: /home/app/logs/tomcat   #日志存储目录
       pattern: '%t %a %A %m %U%q %s %D %I %B'  #日志格式
       prefix: access        #日志文件前缀
       rename-on-rotate: true     #是否启用日志轮转
@@ -53,7 +53,7 @@ spring:
     #url: jdbc:mysql://127.0.0.1:3306/db_invoice?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true&allowPublicKeyRetrieval=true
     #username: root
     #password: root
-    url: jdbc:mysql://39.106.56.5:3306/db_invoice?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
+    url: jdbc:mysql://172.16.223.133:3306/db_invoice?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
     username: invoice
     password: invoiceX%190605
     driver-class-name: com.mysql.jdbc.Driver
@@ -71,8 +71,9 @@ spring:
           auth: true
           enable: true
   redis:
-    host: 127.0.0.1
+    host: 172.16.223.134
     port: 6379
+    password: jiaokedata
   rabbitmq:
     host: localhost
     port: 5672