From 73e04c229cfd0a0a8a211ee7b2031a8a2895b586 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 9 Jul 2019 18:24:08 +0800 Subject: [PATCH] - vendorList --- business/jxstore/act/act.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index 9e034d4d2..07ee7e2fb 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -45,7 +45,7 @@ type ActMapPureInfo struct { type ActVendorInfo struct { model.Act - VendorList []*ActMapPureInfo + VendorList []*ActMapPureInfo `json:"vendorList"` } type tPreCreateActVendorInfo struct {