diff --git a/src/main/resources/mybatis/datasource/system/MfolderStipulateMapper.xml b/src/main/resources/mybatis/datasource/filemanager/MfolderStipulateMapper.xml similarity index 100% rename from src/main/resources/mybatis/datasource/system/MfolderStipulateMapper.xml rename to src/main/resources/mybatis/datasource/filemanager/MfolderStipulateMapper.xml diff --git a/src/main/resources/mybatis/datasource/system/MfolderMapper.xml b/src/main/resources/mybatis/datasource/system/MfolderMapper.xml deleted file mode 100644 index 04e26a5..0000000 --- a/src/main/resources/mybatis/datasource/system/MfolderMapper.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - OA_MFOLDER - - - - - SYS_DICTIONARIES - - - - - f.FILEPATH, - f.CTIME, - f.UNAME, - f.MASTER, - f.FILESIZE, - f.SHARE, - f.REMARKS, - f.MFOLDER_ID, - f.PARENT_ID, - f.NAME, - f.CORPINFO_ID - - - - - FILEPATH, - CTIME, - UNAME, - MASTER, - FILESIZE, - SHARE, - REMARKS, - MFOLDER_ID, - PARENT_ID, - NAME, - CORPINFO_ID - - - - - #{FILEPATH}, - #{CTIME}, - #{UNAME}, - #{MASTER}, - #{FILESIZE}, - #{SHARE}, - #{REMARKS}, - #{MFOLDER_ID}, - #{PARENT_ID}, - #{NAME}, - #{CORPINFO_ID} - - - - - insert into - - ( - - ) values ( - - ) - - - - - delete from - - where - MFOLDER_ID = #{MFOLDER_ID} - - - - - update - - set - SHARE = #{SHARE}, - REMARKS = #{REMARKS}, - NAME = #{NAME}, - MFOLDER_ID = MFOLDER_ID - where - MFOLDER_ID = #{MFOLDER_ID} - - - - - - - - - - - - - - update - - set - SHARE = #{SHARE} - where - MFOLDER_ID in - - #{item} - - - - - - - - - - - -