liusheng
6 天以前 4d537968ac6efb3a5e3d0f8ea5071d5254eb63c3
smartor/src/main/resources/mapper/smartor/PatMedOuthospMapper.xml
@@ -382,6 +382,10 @@
        CREATE TABLE ${newName} LIKE ${templateName}
    </update>
    <update id="createPatMedOuthospAutoAdd">
        ALTER TABLE ${newName} MODIFY COLUMN id BIGINT NOT NULL AUTO_INCREMENT;
    </update>
    <update id="setAutoIncrement">
        ALTER TABLE ${tableName} AUTO_INCREMENT = #{autoInc}
    </update>