create_by,
create_time,
update_by,
update_time,
id,
shop_id,
user_id,
check_content,
check_user,
telphone,
check_time,
ext1,
ext2,
ext3,
ext4,
ext5
#{item.createBy},
now(),
#{item.updateBy},
now(),
#{item.id},
#{item.shopId},
#{item.userId},
#{item.checkContent},
#{item.checkUser},
#{item.telphone},
#{item.checkTime},
#{item.ext1},
#{item.ext2},
#{item.ext3},
#{item.ext4},
#{item.ext5}
and id = #{record.id}
and shop_id = #{record.shopId}
and user_id = #{record.userId}
and check_content = #{record.checkContent}
and check_user = #{record.checkUser}
and ext1 = #{record.ext1}
and ext2 = #{record.ext2}
and ext3 = #{record.ext3}
and ext4 = #{record.ext4}
and ext5 = #{record.ext5}
INSERT INTO sys_skin_check_record (
)
VALUES (
)
INSERT INTO sys_skin_check_record (
)
VALUES
(
)
UPDATE sys_skin_check_record
shop_id = #{shopId},
user_id = #{userId},
check_content = #{checkContent},
check_user = #{checkUser},
ext1 = #{ext1},
ext2 = #{ext2},
ext3 = #{ext3},
ext4 = #{ext4},
ext5 = #{ext5},
WHERE id=#{id}
UPDATE sys_skin_check_record
shop_id = #{record.shopId},
user_id = #{record.userId},
check_content = #{record.checkContent},
check_user = #{record.checkUser},
check_time = #{record.checkTime},
ext1 = #{record.ext1},
ext2 = #{record.ext2},
ext3 = #{record.ext3},
ext4 = #{record.ext4},
ext5 = #{record.ext5},
WHERE id=#{record.id}
delete from sys_skin_check_record where id in
#{item}
DELETE FROM sys_skin_check_record
where id=#{id}
DELETE FROM sys_skin_check_record