zouxuan před 4 roky
rodič
revize
4c50a58fd3

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ClassGroupServiceImpl.java

@@ -3744,6 +3744,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
         paymentCalenderDto.setPaymentType(SPAN_GROUP_CLASS_ADJUST);
         //生成缴费项目
         paymentCalenderDto.setMasterTotalPrice(masterTotalPrice);
+        paymentCalenderDto.setIsGiveMusicNetwork(false);
         paymentCalenderDto.setStudentIds(StringUtils.join(studentIds,","));
         musicGroupPaymentCalenderService.create(paymentCalenderDto);
         //记录申请信息

+ 3 - 3
mec-student/src/main/java/com/ym/mec/student/controller/StudentOrderController.java

@@ -325,9 +325,9 @@ public class StudentOrderController extends BaseController {
     //    @Scheduled(cron = "0/30 * * * * ?")
     @GetMapping("/setSuccessStatus")
     public HttpResponseResult setSuccessStatus() throws Exception {
-        if (!profiles.equals("dev")) {
-            return failed("非法操作");
-        }
+//        if (!profiles.equals("dev")) {
+//            return failed("非法操作");
+//        }
         List<StudentPaymentOrder> payingOrders = studentPaymentOrderService.findOrdersByStatus(DealStatusEnum.ING, "ADAPAY");
 
         String[] statusArr = {"0", "1", "7"};