insert into pt_cons_information(pro_id, uuid, from_type, information_type, information_path, information_name, information_size, information_user_id, information_user_name, is_active)
values
(#{proId}, #{uuid}, #{fromType}, #{informationType}, #{filePath}, #{fileName}, #{fileSize},
#{createUserId}, #{createUser}, '1')
UPDATE lk_pro_cont
SET out_status = #{status},end_date = #{endDate}
WHERE uuid = #{uuid}
UPDATE lk_pro_cont
SET start_status = #{status},
start_date = #{startDate}
WHERE uuid = #{uuid}