he2802 2 anos atrás
pai
commit
d192aedadb

+ 1 - 1
zhongzheng-admin-saas/src/main/resources/application-prod.yml

@@ -167,7 +167,7 @@ oldStudySys:
     classUserListPath: https://www.xyyxt.net/System/BussinessApi/UserCourseCategoryListcno
     classOpenPath: https://www.xyyxt.net/System/BussinessApi/OpenClass
     salePassword: http://www.xyyxt.net/WitSystem/BussinessApi/GetSaleInfo
-    updateInvoicePath: http://gdxypx.xy.com/system/BussinessApi/UpdateInvoiceData
+    updateInvoicePath: http://www.xyyxt.net/system/BussinessApi/UpdateInvoiceData
 
 officialPush:
     infoPath: https://jypt.gdcic.net/organjxjy/ShangBaoMingdan

+ 1 - 1
zhongzheng-admin/src/main/resources/application-prod.yml

@@ -167,7 +167,7 @@ oldStudySys:
     classUserListPath: https://www.xyyxt.net/System/BussinessApi/UserCourseCategoryListcno
     classOpenPath: https://www.xyyxt.net/System/BussinessApi/OpenClass
     salePassword: http://www.xyyxt.net/WitSystem/BussinessApi/GetSaleInfo
-    updateInvoicePath: http://gdxypx.xy.com/system/BussinessApi/UpdateInvoiceData
+    updateInvoicePath: http://www.xyyxt.net/system/BussinessApi/UpdateInvoiceData
 
 officialPush:
     infoPath: https://jypt.gdcic.net/organjxjy/ShangBaoMingdan

+ 1 - 1
zhongzheng-api/src/main/resources/application-prod.yml

@@ -179,7 +179,7 @@ oldStudySys:
     classUserListPath: https://www.xyyxt.net/System/BussinessApi/UserCourseCategoryListcno
     classOpenPath: https://www.xyyxt.net/System/BussinessApi/OpenClass
     salePassword: http://www.xyyxt.net/WitSystem/BussinessApi/GetSaleInfo
-    updateInvoicePath: http://gdxypx.xy.com/system/BussinessApi/UpdateInvoiceData
+    updateInvoicePath: http://www.xyyxt.net/system/BussinessApi/UpdateInvoiceData
 
 officialPush:
     infoPath: https://jypt.gdcic.net/organjxjy/ShangBaoMingdan

+ 0 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/UserPeriodServiceImpl.java

@@ -880,7 +880,6 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
                         List<CourseChapterSectionVo> sList = iCourseChapterSectionService.getListById(courseModuleChapterVo.getChapterId());
                         for(CourseChapterSectionVo sectionVo : sList){
                             time+=sectionVo.getDurationTime();
-
                         }
                         int min = 0;
                         String classHour = "0";