编号:ZSSAC-585 描述:H5模块包header新增appcode

This commit is contained in:
pengren 2024-04-25 15:08:33 +08:00
parent 65e268f38e
commit 6ee4325537

View File

@ -26,7 +26,7 @@
</resultMap>
<sql id="selectDeploymentModuleListVo">
select id, app_id, app_core, uploading_type, module_name, version, module_url, module_size, sys_type, module_type, uploading_status, uploading_log_id, order_num, is_delete, created, modified, create_time, update_time from DEPLOYMENT_MODULE_LIST
select id, app_id, app_code, uploading_type, module_name, version, module_url, module_size, sys_type, module_type, uploading_status, uploading_log_id, order_num, is_delete, created, modified, create_time, update_time from DEPLOYMENT_MODULE_LIST
</sql>
<select id="selectDeploymentModuleListList" parameterType="DeploymentModuleList"
@ -94,7 +94,7 @@
update DEPLOYMENT_MODULE_LIST
<trim prefix="SET" suffixOverrides=",">
<if test="appId != null">app_id = #{appId},</if>
<if test="appCode != null">app_core = #{appCode},</if>
<if test="appCode != null">app_code = #{appCode},</if>
<if test="uploadingType != null">uploading_type = #{uploadingType},</if>
<if test="moduleName != null and moduleName != ''">module_name = #{moduleName},</if>
<if test="version != null and version != ''">version = #{version},</if>