From fade481769731552d9a16c79c9a5323e6f015b36 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 28 十一月 2023 06:07:11 +0800
Subject: [PATCH] 后台bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
index 53fc429..155328e 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/cpPayment/cpPayment_info.js
@@ -260,8 +260,12 @@
         giftClassHours:null,
         useTime:"",
         payUserName:"",
+        coursePackageConfigId:null
     };
     data.appUserId            = appUserId;
+    console.log("我看看规格id")
+    console.log($("#courseTime").val())
+    data.coursePackageConfigId            = $("#courseTime").val();
     data.studentId                = $("#student").val()
     data.coursePackageId       = $("#coursePackageName").val()
     data.cashPayment             = $("#cashPayment").val()
@@ -312,6 +316,7 @@
     var courseTimeId= $("#courseTime").val()
     console.log("看看课时")
     console.log(courseTimeId)
+    data.coursePackageConfigId            = courseTimeId;
     if(typeof courseTimeId === 'undefined'){
         console.log("进入")
         courseTimeId=0;

--
Gitblit v1.7.1