select id, customer_id, sex, age, tall, weight, physical_signs_id, dishes_ingredient_id, photo, constipation, stayLate, motion, make_food_type, make_food_taste, walk, difficulty, weakness, rebound, crux, position, sleep_time, getup_time, connect_time, remarks, blood_data, moisture_date, vocation,
night, experience, create_time, create_by, update_time, update_by from sys_customer_physical_signs
insert into sys_customer_physical_signs
customer_id,
sex,
age,
tall,
weight,
physical_signs_id,
dishes_ingredient_id,
photo,
constipation,
stayLate,
motion,
make_food_type,
make_food_taste,
walk,
difficulty,
weakness,
rebound,
crux,
position,
sleep_time,
getup_time,
connect_time,
remarks,
blood_data,
moisture_date,
vocation,
night,
experience,
create_time,
create_by,
update_time,
update_by,
#{customerId},
#{sex},
#{age},
#{tall},
#{weight},
#{physicalSignsId},
#{dishesIngredientId},
#{photo},
#{constipation},
#{staylate},
#{motion},
#{makeFoodType},
#{makeFoodTaste},
#{walk},
#{difficulty},
#{weakness},
#{rebound},
#{crux},
#{position},
#{sleepTime},
#{getupTime},
#{connectTime},
#{remarks},
#{bloodData},
#{moistureDate},
#{vocation},
#{night},
#{experience},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
update sys_customer_physical_signs
customer_id = #{customerId},
sex = #{sex},
age = #{age},
tall = #{tall},
weight = #{weight},
physical_signs_id = #{physicalSignsId},
dishes_ingredient_id = #{dishesIngredientId},
photo = #{photo},
constipation = #{constipation},
stayLate = #{staylate},
motion = #{motion},
make_food_type = #{makeFoodType},
make_food_taste = #{makeFoodTaste},
walk = #{walk},
difficulty = #{difficulty},
weakness = #{weakness},
rebound = #{rebound},
crux = #{crux},
position = #{position},
sleep_time = #{sleepTime},
getup_time = #{getupTime},
connect_time = #{connectTime},
remarks = #{remarks},
blood_data = #{bloodData},
moisture_date = #{moistureDate},
vocation = #{vocation},
night = #{night},
experience = #{experience},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
where id = #{id}
delete from sys_customer_physical_signs where id = #{id}
delete from sys_customer_physical_signs where id in
#{id}
update sys_customer_physical_signs
sex = #{sex},
age = #{age},
tall = #{tall},
weight = #{weight},
physical_signs_id = #{physicalSignsId},
dishes_ingredient_id = #{dishesIngredientId},
photo = #{photo},
constipation = #{constipation},
stayLate = #{staylate},
motion = #{motion},
make_food_type = #{makeFoodType},
make_food_taste = #{makeFoodTaste},
walk = #{walk},
difficulty = #{difficulty},
weakness = #{weakness},
rebound = #{rebound},
crux = #{crux},
position = #{position},
sleep_time = #{sleepTime},
getup_time = #{getupTime},
connect_time = #{connectTime},
remarks = #{remarks},
blood_data = #{bloodData},
moisture_date = #{moistureDate},
vocation = #{vocation},
night = #{night},
experience = #{experience},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
where customer_id = #{customerId}
delete from sys_customer_physical_signs where customer_id in
#{id}