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)