From 3ea7a69658863e8fe6713963f28654b13c1273f4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 15 Jan 2025 11:24:03 +0800 Subject: [PATCH] bugfix --- json/agreedetail.json | 12 ++++++++++++ json/agreedetailstep.json | 12 ++++++++++++ json/agreement.json | 12 ++++++++++++ json/agreeproduct.json | 12 ++++++++++++ json/biz_order.json | 12 ++++++++++++ json/coupon.json | 12 ++++++++++++ json/coupontype.json | 12 ++++++++++++ json/paychannel.json | 12 ++++++++++++ json/prodpricing.json | 12 ++++++++++++ json/prodpricingtab.json | 12 ++++++++++++ json/prodtype.json | 12 ++++++++++++ json/product.json | 12 ++++++++++++ json/recgarge_log.json | 12 ++++++++++++ json/resource.json | 12 ++++++++++++ platformbiz/pb_acc.py | 2 +- 15 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 json/agreedetail.json create mode 100644 json/agreedetailstep.json create mode 100644 json/agreement.json create mode 100644 json/agreeproduct.json create mode 100644 json/biz_order.json create mode 100644 json/coupon.json create mode 100644 json/coupontype.json create mode 100644 json/paychannel.json create mode 100644 json/prodpricing.json create mode 100644 json/prodpricingtab.json create mode 100644 json/prodtype.json create mode 100644 json/product.json create mode 100644 json/recgarge_log.json create mode 100644 json/resource.json diff --git a/json/agreedetail.json b/json/agreedetail.json new file mode 100644 index 0000000..069d924 --- /dev/null +++ b/json/agreedetail.json @@ -0,0 +1,12 @@ +{ + "tblname":"agreedetail", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/agreedetailstep.json b/json/agreedetailstep.json new file mode 100644 index 0000000..bd63014 --- /dev/null +++ b/json/agreedetailstep.json @@ -0,0 +1,12 @@ +{ + "tblname":"agreedetailstep", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/agreement.json b/json/agreement.json new file mode 100644 index 0000000..ff94b8e --- /dev/null +++ b/json/agreement.json @@ -0,0 +1,12 @@ +{ + "tblname":"agreement", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/agreeproduct.json b/json/agreeproduct.json new file mode 100644 index 0000000..388bdc2 --- /dev/null +++ b/json/agreeproduct.json @@ -0,0 +1,12 @@ +{ + "tblname":"agreeproduct", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/biz_order.json b/json/biz_order.json new file mode 100644 index 0000000..9f55b9d --- /dev/null +++ b/json/biz_order.json @@ -0,0 +1,12 @@ +{ + "tblname":"biz_order", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/coupon.json b/json/coupon.json new file mode 100644 index 0000000..74ad971 --- /dev/null +++ b/json/coupon.json @@ -0,0 +1,12 @@ +{ + "tblname":"coupon", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/coupontype.json b/json/coupontype.json new file mode 100644 index 0000000..b6b3518 --- /dev/null +++ b/json/coupontype.json @@ -0,0 +1,12 @@ +{ + "tblname":"coupontype", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/paychannel.json b/json/paychannel.json new file mode 100644 index 0000000..ffc3471 --- /dev/null +++ b/json/paychannel.json @@ -0,0 +1,12 @@ +{ + "tblname":"paychannel", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/prodpricing.json b/json/prodpricing.json new file mode 100644 index 0000000..88b4fd5 --- /dev/null +++ b/json/prodpricing.json @@ -0,0 +1,12 @@ +{ + "tblname":"prodpricing", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/prodpricingtab.json b/json/prodpricingtab.json new file mode 100644 index 0000000..858875f --- /dev/null +++ b/json/prodpricingtab.json @@ -0,0 +1,12 @@ +{ + "tblname":"prodpricingtab", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/prodtype.json b/json/prodtype.json new file mode 100644 index 0000000..c47c321 --- /dev/null +++ b/json/prodtype.json @@ -0,0 +1,12 @@ +{ + "tblname":"prodtype", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/product.json b/json/product.json new file mode 100644 index 0000000..ec90d60 --- /dev/null +++ b/json/product.json @@ -0,0 +1,12 @@ +{ + "tblname":"product", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/recgarge_log.json b/json/recgarge_log.json new file mode 100644 index 0000000..8af16b5 --- /dev/null +++ b/json/recgarge_log.json @@ -0,0 +1,12 @@ +{ + "tblname":"recharge_log", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/json/resource.json b/json/resource.json new file mode 100644 index 0000000..9cfdcd1 --- /dev/null +++ b/json/resource.json @@ -0,0 +1,12 @@ +{ + "tblname":"resource", + "params":{ + "browserfields": { + "exclouded": ["id"], + "alters": {} + }, + "editexclouded": [ + "id" + ] + } +} diff --git a/platformbiz/pb_acc.py b/platformbiz/pb_acc.py index 948c340..df3e54e 100644 --- a/platformbiz/pb_acc.py +++ b/platformbiz/pb_acc.py @@ -32,7 +32,7 @@ class PlatformBizAccRecharge(PlatformBizAcc): raise e self.recharge = recs[0] self.customerid = self.recharge.customerid - self.orderid = self.recharge.orderid + self.orderid = self.recharge.biz_orderid self.userid = self.recharge.userid get_business_date = get_serverenv('get_business_date') self.curdate = await get_business_date(sor)