|
@@ -28,7 +28,7 @@ public class HYProjectService extends BaseProjectService implements ProjectServi |
|
|
@Override |
|
|
@Override |
|
|
public void handlePaidOrder(Long cUserId,String cUserFinalTenantId,Product product) { |
|
|
public void handlePaidOrder(Long cUserId,String cUserFinalTenantId,Product product) { |
|
|
//更新用户的币 |
|
|
//更新用户的币 |
|
|
wxCUserBasicInfoService.addPoints(cUserId, cUserFinalTenantId,-product.getGlod()); |
|
|
|
|
|
|
|
|
wxCUserBasicInfoService.addPoints(cUserId, cUserFinalTenantId,product.getGlod()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|