- store表中修改JxBrandFeeFactor,MarketAddFeeFactor,添加PayPercentage,OperatorName和OperatorPhone

This commit is contained in:
gazebo
2019-06-11 09:13:40 +08:00
parent cebf64c598
commit 8d9ce9866f
2 changed files with 14 additions and 6 deletions

View File

@@ -122,13 +122,17 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
t1.licence2_expire,
t1.market_man_name,
t1.market_man_phone,
t1.jx_brand_fee,
t1.market_add_fee,
t1.jx_brand_fee_factor,
t1.market_add_fee_factor,
t1.payee_name,
t1.payee_account_no,
t1.payee_bank_branch_name,
t1.payee_bank_name,
t1.pay_percentage,
t1.operator_name,
t1.operator_phone,
city.name city_name,
district.name district_name,
CONCAT('[', GROUP_CONCAT(DISTINCT CONCAT('{"vendorStoreID":"', m1.vendor_store_id, '", "vendorID":', m1.vendor_id,