dto isChecked 추가 오류

pudding·2023년 2월 10일
0

Null value was assigned to a property [class com.woowahan.recipe.domain.entity.CartItemEntity.isChecked] of primitive type setter of com.woowahan.recipe.domain.entity.CartItemEntity.isChecked; nested exception is org.hibernate.PropertyAccessException: Null value was assigned to a property [class com.woowahan.recipe.domain.entity.CartItemEntity.isChecked] of primitive type setter of com.woowahan.recipe.domain.entity.CartItemEntity.isChecked

SET SQL_SAFE_UPDATES=0;

update cart_item_entity set order_check = true where order_check is null

profile
영차 영차 개발 공부 기록 하기

0개의 댓글