xhxu 3 лет назад
Родитель
Сommit
d6cf5f432d
1 измененных файлов: 3 добавлений и 0 удалений
  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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить