winter před 1 rokem
rodič
revize
51f77f98a3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java

+ 1
- 0
suimangService/src/main/java/com/iformall/service/sm/impl/UserMouldVideoServiceImpl.java Zobrazit soubor

@@ -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());
}


Načítá se…
Zrušit
Uložit