
Hibernate: select productcat0_.category_id as category1_0_, productcat0_.category_name as category2_0_, productcat0_.category_type as category3_0_, productcat0_.create_time as create_t4_0_, productcat0_.update_time as update_t5_0_ from product_category productcat0_ where productcat0_.category_type in (? , ?) 这个sql 是testFindByCategoryTypeIn 的 是通过的
但是
save 的报错 这是表找错了? 为什么添加会出这个问题??
写到 ProductInfo了 添加是没有问题的,但是 ProductCategory的添加还是报错