id , uuid , get_uuid , `count` , unit , bookkeeper , handler , collator , return_time , device_status, device_no, status_repair, a.normal_boot , a.normal_operation , a.clean_and_tidy, a.fixed_asset_number INSERT INTO record_device_back uuid, get_uuid, `count`, unit, bookkeeper, handler, collator, return_time, device_status, device_no, status_repair, normal_boot , normal_operation , clean_and_tidy, fixed_asset_number #{uuid}, #{getUuid}, #{count}, #{unit}, #{bookkeeper}, #{handler}, #{collator}, #{returnTime}, #{deviceStatus} , #{deviceNo} , #{statusRepair}, #{normalBoot}, #{normalOperation}, #{cleanAndTidy}, #{fixedAssetNumber} UPDATE record_device_back id= #{id} , uuid = #{uuid} , get_uuid = #{getUuid} , `count`= #{count} , unit= #{unit} , bookkeeper= #{bookkeeper} , handler= #{handler} , collator= #{collator} , return_time= #{returnTime} , device_status= #{deviceStatus}, device_no= #{deviceNo}, status_repair = #{statusRepair}, normal_boot = #{normalBoot}, normal_operation = #{normalOperation}, clean_and_tidy = #{cleanAndTidy}, fixed_asset_number = #{fixedAssetNumber} WHERE id = #{id} UPDATE record_device_back uuid = #{uuid} , get_uuid = #{getUuid} , `count`= #{count} , unit= #{unit} , bookkeeper= #{bookkeeper} , handler= #{handler} , collator= #{collator} , return_time= #{returnTime} , device_status= #{deviceStatus}, device_no= #{deviceNo}, status_repair = #{statusRepair}, normal_boot = #{normalBoot}, normal_operation = #{normalOperation}, clean_and_tidy = #{cleanAndTidy}, fixed_asset_number = #{fixedAssetNumber} WHERE uuid = #{uuid} DELETE FROM record_device_back WHERE id = #{id} DELETE FROM record_device_back WHERE id IN #{item}