id ,
uuid ,
house_id ,
check_date,
check_sign,
custodian_sign,
remark,
pre_window_close,
pre_water_clean,
doing_weather,
doing_window_close,
doing_water_clean,
doing_water_in,
doing_water_in_position,
doing_water_in_solution,
post_check_date,
post_house_temp,
post_house_water,
post_water_in,
post_water_in_position,
post_water_in_solution,
c_id ,
c_time ,
u_id ,
u_time ,
version,
sync_flag,
file_uuid
INSERT INTO windrainsnow_check_file
uuid,
house_id,
check_date,
check_sign,
custodian_sign,
remark,
pre_window_close,
pre_water_clean,
doing_weather,
doing_window_close,
doing_water_clean,
doing_water_in,
doing_water_in_position,
doing_water_in_solution,
post_check_date,
post_house_temp,
post_house_water,
post_water_in,
post_water_in_position,
post_water_in_solution,
c_id,
c_time,
u_id,
u_time,
version,
sync_flag,
file_uuid,
#{uuid},
#{houseId},
#{checkDate},
#{checkSign},
#{custodianSign},
#{remark},
#{preWindowClose},
#{preWaterClean},
#{doingWeather},
#{doingWindowClose},
#{doingWaterClean},
#{doingWaterIn},
#{doingWaterInPosition},
#{doingWaterInSolution},
#{postCheckDate},
#{postHouseTemp},
#{postHouseWater},
#{postWaterIn},
#{postWaterInPosition},
#{postWaterInSolution},
#{cId},
#{cTime},
#{uId},
#{uTime},
#{version},
#{syncFlag},
#{fileUuid}