...
|
...
|
@@ -709,7 +709,7 @@ func (c *OrderInfoController) ImportOrderFromExcel() { |
|
|
// c.ResponseError(errors.New("json数据解析失败"))
|
|
|
//}
|
|
|
|
|
|
if typeCode != "PARTNER_ORDER_IMPORT" {
|
|
|
if typeCode != "PARTNER_ORDER_FILE" {
|
|
|
c.ResponseError(errors.New("类型编码错误"))
|
|
|
}
|
|
|
|
...
|
...
|
|