mybatis更新數據時只更新部分字段的問題

問題 在mybatis更新數據時,傳入的是一個對象,可是有時候只是更新這個對象中的某些字段,並非所有字段,若是使用以下方式更新,則有些字段則會被更新爲null。web <update id="updateEmp" parameterType="com.mytest.mybatis.entity.Employee"> update tbl_employee set last_name = #
相關文章
相關標籤/搜索