hongze 1 년 전
부모
커밋
a4d41057e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/overseas_custom/overseas_custom_seller.go

+ 1 - 1
models/overseas_custom/overseas_custom_seller.go

@@ -161,7 +161,7 @@ func (m *OverseasCustomerSale) HandelCompanyStatus(sellerId int) (err error) {
 				overseasStatus = "关闭"
 				resetBtn = 0
 			}
-			sql = ` UPDATE english_company SET overseas_status=?,reset_btn=? WHERE company_id=? `
+			sql = ` UPDATE company SET overseas_status=?,reset_btn=? WHERE company_id=? `
 			_, err = tx.Raw(sql, overseasStatus, resetBtn, v.CompanyId).Exec()
 			if err != nil {
 				return err