正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -709,7 +709,7 @@ func (c *OrderInfoController) ImportOrderFromExcel() { | @@ -709,7 +709,7 @@ func (c *OrderInfoController) ImportOrderFromExcel() { | ||
| 709 | // c.ResponseError(errors.New("json数据解析失败")) | 709 | // c.ResponseError(errors.New("json数据解析失败")) |
| 710 | //} | 710 | //} |
| 711 | 711 | ||
| 712 | - if typeCode != "PARTNER_ORDER_IMPORT" { | 712 | + if typeCode != "PARTNER_ORDER_FILE" { |
| 713 | c.ResponseError(errors.New("类型编码错误")) | 713 | c.ResponseError(errors.New("类型编码错误")) |
| 714 | } | 714 | } |
| 715 | 715 |
-
请 注册 或 登录 后发表评论