Commit 365f7a1d by 宋祥

1.项目信息变更同步修改文档库

parent ea449b73
......@@ -361,13 +361,13 @@
</select>
<!-- 修改项目信息 -->
<sql id="updateProject">
<update id="updateProject">
UPDATE ${hggpSchema}.HGWD001
SET
PROJ_NAME = #projName#,
PROJ_TYPE = #projType#,
<include refid="SqlBase.updateRevise"/>
WHERE PROJ_CODE = #projCode#
</sql>
</update>
</sqlMap>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment