java110
2021-08-22 a8990150b50fde2e507b9df01d8e0847b2bda81d
java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
@@ -107,4 +107,15 @@
    </select>
    <!-- 查询OA表单数量 add by wuxw 2018-07-03 -->
    <select id="hasTable" parameterType="Map" resultType="Map">
        select * from information_schema.tables where table_name = #{tableName}
    </select>
    <update id="createTable" parameterType="Map">
        ${sql}
    </update>
</mapper>