Helius
2020-09-13 228421f88864340673d20aac5eecdb973038eae5
modify
2 files modified
7 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/contract/service/ContractHoldOrderService.java 3 ●●●●● patch | view | raw | blame | history
src/main/resources/application.yml 4 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/contract/service/ContractHoldOrderService.java
@@ -46,10 +46,7 @@
    public void calHoldOrderHoldFeeAmount();
<<<<<<< HEAD
    public Result changePositionType();
=======
    public void calHoldFeeAmountForBondAmount();
>>>>>>> master
}
src/main/resources/application.yml
@@ -7,14 +7,10 @@
  profiles:
    active: dev
  datasource:
<<<<<<< HEAD
#    url: jdbc:mysql://rm-bp151tw8er79ig9kb5o.mysql.rds.aliyuncs.com:3306/db_biue?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
#    username: ctcoin_data
#    password: ctcoin_123
    url: jdbc:mysql://120.27.238.55:3306/kss_framework?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
=======
    url: jdbc:mysql://120.27.238.55:3306/db_base?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
>>>>>>> master
    username: ct_test
    password: 123456
    driver-class-name: com.mysql.jdbc.Driver