select id, apply_id, app_name, system_type, apk_id, app_store_address, version, version_desc, publish_environment, publish_strategy, result_notify, public_version, force_update, download_verification, update_object, validity_start_time, validity_end_time, remark, status, is_delete, created, modified, create_time, update_time from DEPLOYMENT_SERVICE_PUBLISH
insert into DEPLOYMENT_SERVICE_PUBLISH
apply_id,
app_name,
system_type,
apk_id,
app_store_address,
version,
version_desc,
publish_environment,
publish_strategy,
result_notify,
public_version,
force_update,
download_verification,
update_object,
validity_start_time,
validity_end_time,
remark,
status,
is_delete,
created,
modified,
create_time,
update_time,
#{applyId},
#{appName},
#{systemType},
#{apkId},
#{appStoreAddress},
#{version},
#{versionDesc},
#{publishEnvironment},
#{publishStrategy},
#{resultNotify},
#{publicVersion},
#{forceUpdate},
#{downloadVerification},
#{updateObject},
#{validityStartTime},
#{validityEndTime},
#{remark},
#{status},
#{isDelete},
#{created},
#{modified},
#{createTime},
#{updateTime},
update DEPLOYMENT_SERVICE_PUBLISH
apply_id = #{applyId},
app_name = #{appName},
system_type = #{systemType},
apk_id = #{apkId},
app_store_address = #{appStoreAddress},
version = #{version},
version_desc = #{versionDesc},
publish_environment = #{publishEnvironment},
publish_strategy = #{publishStrategy},
result_notify = #{resultNotify},
public_version = #{publicVersion},
force_update = #{forceUpdate},
download_verification = #{downloadVerification},
update_object = #{updateObject},
validity_start_time = #{validityStartTime},
validity_end_time = #{validityEndTime},
remark = #{remark},
status = #{status},
is_delete = #{isDelete},
created = #{created},
modified = #{modified},
create_time = #{createTime},
update_time = #{updateTime},
where id = #{id}
delete from DEPLOYMENT_SERVICE_PUBLISH where id = #{id}
delete from DEPLOYMENT_SERVICE_PUBLISH where id in
#{id}