|
|
|
@@ -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; |
|
|
|
|