|
|
@@ -486,6 +486,7 @@ public class UserMouldVideoServiceImpl implements UserMouldVideoService { |
|
|
|
CreateBilling cb = projectFactory.getProjectService(EnumProject.PROJECT_2.getCode()) |
|
|
|
.handleCreateVideoBilling(userMouldVideo.getUserId(), userMouldVideo.getFinalTenantId(), videoUpd.getVideoTime(), videoUpd.getVideoSize()); |
|
|
|
if (null != cb) { |
|
|
|
logger.info("createBilling result:"+JSON.toJSONString(cb)); |
|
|
|
videoUpd.setCostPoints(cb.getTotalCostPoins()); |
|
|
|
videoUpd.setCostPointsDetail(cb.getDetail()); |
|
|
|
} |
|
|
|