|
@@ -333,6 +333,24 @@ func init() {
|
|
|
Filters: nil,
|
|
|
Params: nil})
|
|
|
|
|
|
+ beego.GlobalControllerRouter["eta/eta_mini_crm_ht/controllers:OrderController"] = append(beego.GlobalControllerRouter["eta/eta_mini_crm_ht/controllers:OrderController"],
|
|
|
+ beego.ControllerComments{
|
|
|
+ Method: "ExportProductOrder",
|
|
|
+ Router: `/exportProductOrder`,
|
|
|
+ AllowHTTPMethods: []string{"get"},
|
|
|
+ MethodParams: param.Make(),
|
|
|
+ Filters: nil,
|
|
|
+ Params: nil})
|
|
|
+
|
|
|
+ beego.GlobalControllerRouter["eta/eta_mini_crm_ht/controllers:OrderController"] = append(beego.GlobalControllerRouter["eta/eta_mini_crm_ht/controllers:OrderController"],
|
|
|
+ beego.ControllerComments{
|
|
|
+ Method: "ExportTradeOrder",
|
|
|
+ Router: `/exportTradeOrder`,
|
|
|
+ AllowHTTPMethods: []string{"get"},
|
|
|
+ MethodParams: param.Make(),
|
|
|
+ Filters: nil,
|
|
|
+ Params: nil})
|
|
|
+
|
|
|
beego.GlobalControllerRouter["eta/eta_mini_crm_ht/controllers:OrderController"] = append(beego.GlobalControllerRouter["eta/eta_mini_crm_ht/controllers:OrderController"],
|
|
|
beego.ControllerComments{
|
|
|
Method: "ProductOrderList",
|