|
|
@@ -19,8 +19,8 @@ import java.util.Set;
|
|
|
@Index(name = "products_enuu_index", columnList = "pr_enuu"),
|
|
|
@Index(name = "products_cmpcode_index", columnList = "pr_cmpcode"),
|
|
|
@Index(name = "products_brand_index", columnList = "pr_brand"),
|
|
|
- @Index(name = "products_enuu_code_index", columnList = "pr_code, pr_enuu", unique = true),
|
|
|
- @Index(name = "products_enuu_standard_index", columnList = "pr_enuu, pr_standard"),
|
|
|
+ @Index(name = "products_enuu_code_index", columnList = "pr_enuu,pr_code", unique = true),
|
|
|
+ @Index(name = "products_enuu_standard_index", columnList = "pr_enuu,pr_standard"),
|
|
|
@Index(name = "products_erpdown_index", columnList = "pr_erpdown")})
|
|
|
@Logger
|
|
|
//@Cacheable
|