select id, parent_id, name, sns_id, is_delete, create_by, create_time, update_by, update_time from phm_product
insert into phm_product
parent_id,name,sns_id,is_delete,create_by,create_time,update_by,update_time,#{parentId},#{name},#{snsId},#{isDelete},#{createBy},#{createTime},#{updateBy},#{updateTime},
update phm_product
parent_id = #{parentId},name = #{name},sns_id = #{snsId},is_delete = #{isDelete},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from phm_product where id = #{id}
delete from phm_product where id in
#{id}