insert into cm_shop_statistics (shopId, status, addTime, delFlag) values (#{shopId}, #{status}, now(), #{delFlag}) update cm_shop_statistics set status = #{status} where id = #{id} insert into cm_information_notes(informationId, note, noteUser, addTime) values (#{informationId}, #{note}, #{noteUser}, now()) insert into cm_information_notes_image(informationNoteId, image) values (#{informationNoteId}, #{image}) insert into cm_shop_info (shopId, infoId, status, addTime, delFlag) values (#{shopId}, #{infoId}, #{status}, now(), #{delFlag}) update cm_shop_info set status = #{status} where id = #{id} update cm_shop_info set delFlag = 1 where id = #{id} insert into cm_shop_keyword (shopId, searchId, status, addTime, delFlag) values (#{shopId}, #{searchId}, #{status}, now(), #{delFlag}) update cm_shop_keyword set status = #{status} where id = #{id} update cm_shop_keyword set delFlag = 1 where id = #{id} insert into cm_shop_popUp(shopId, image, guidingOne, guidingTwo, addTime) values (#{shopId}, #{image}, #{guidingOne}, #{guidingTwo}, now()) update cm_shop_popUp set image = #{image}, guidingOne = #{guidingOne}, guidingTwo = #{guidingTwo} where id = #{id} insert into cm_shop_advertisingImage (shopId, pcImage, appImage, jumpLink, sort, addTime, status, delFlag) values (#{shopId}, #{pcImage}, #{appImage}, #{jumpLink}, #{sort}, now(), #{status}, #{delFlag}) update cm_shop_advertisingImage set shopId = #{shopId}, pcImage = #{pcImage}, appImage = #{appImage}, jumpLink = #{jumpLink}, status = #{status} where id = #{id} update cm_shop_advertisingImage set sort = #{sort} where id = #{id} update cm_shop_advertisingImage set status = #{status} where id = #{id} update cm_shop_advertisingImage set delFlag = 1 where id = #{id}