Przeglądaj źródła

//shar

release_toaliyun_real
xhxu 3 lat temu
rodzic
commit
d6cf5f432d
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/pay/service/share/douyin/TtPayShareService.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/pay/service/share/douyin/TtPayShareService.java Wyświetl plik

@@ -286,6 +286,9 @@ public class TtPayShareService extends PayShareBaseAdapterService{
if(categoryId != null){
TtGoodsCategory ttGoodsCategory = ttGoodsCategoryMapper.selectById(categoryId);
if(ttGoodsCategory != null && ttGoodsCategory.getServiceFee() != null){
if(ttGoodsCategory.getServiceFee().intValue() == 0){
return 0;
}
Integer realRate = payAccount.getRealRate();
if(realRate==null){
realRate = 60;


Ładowanie…
Anuluj
Zapisz