java110
2021-08-30 af71922040014765b419184ce7b134103549d190
java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
@@ -186,7 +186,7 @@
    <!-- 修改信息 -->
    <update id="updateOaWorkflowFormData" parameterType="Map">
        update set ${tableName} t set t.state = #{state}
        update ${tableName} t set t.state = #{state}
        where t.id = #{id}
    </update>