This commit is contained in:
xd 2024-08-08 16:51:48 +08:00
parent f918e50f7c
commit 4fca56560d
55 changed files with 562 additions and 99 deletions
.idea
ruoyi-admin
src/main/java/com/ruoyi/web/controller
target
ruoyi-common/target
ruoyi-framework/target
ruoyi-generator/target
ruoyi-quartz
ruoyi-system
src/main/resources/mapper
target

View File

@ -2,10 +2,17 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="1ea72584-8a6e-4fb7-9928-17671c0b6e92" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/domain/OASysAuthorize.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/mapper/OAAuthorizeMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/OAAuthorizeService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/OAAuthorizeServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/AuthorizeTask.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/resources/mapper/quartz/OAAuthorizeMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/authorize/AuthorizeController.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/authorize/AuthorizeController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/bid/BidController.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/bid/BidController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zgys/ZgysController.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zgys/ZgysController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/authorize/AuthorizeController.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/authorize/AuthorizeController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/quot/QuotController.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/quot/QuotController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/bid/BidController.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/bid/BidController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/zgys/ZgysController.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/target/classes/com/ruoyi/web/controller/zgys/ZgysController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/target/maven-archiver/pom.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-admin/target/ruoyi-admin.jar" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-admin/target/ruoyi-admin.jar" afterDir="false" />
@ -16,35 +23,33 @@
<change beforePath="$PROJECT_DIR$/ruoyi-framework/target/ruoyi-framework-3.8.7.jar" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-framework/target/ruoyi-framework-3.8.7.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-generator/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-generator/target/maven-archiver/pom.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-generator/target/ruoyi-generator-3.8.7.jar" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-generator/target/ruoyi-generator-3.8.7.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/domain/OASysBid.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/domain/OASysBid.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/mapper/OABidMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/mapper/OABidMapper.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/OABidService.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/OABidService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/OABidServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/OABidServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/BidTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/BidTask.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/ZgysTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/ZgysTask.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/resources/mapper/quartz/OABidMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/resources/mapper/quartz/OABidMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/src/main/resources/mapper/quartz/OAZgysMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/src/main/resources/mapper/quartz/OAZgysMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/domain/OASysBid.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/domain/OASysBid.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/mapper/OABidMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/mapper/OABidMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/service/OABidService.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/service/OABidService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/service/impl/OABidServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/service/impl/OABidServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/task/BidTask.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/com/ruoyi/quartz/task/BidTask.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/mapper/quartz/OABidMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/mapper/quartz/OABidMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/classes/mapper/quartz/OAZgysMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/classes/mapper/quartz/OAZgysMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/maven-archiver/pom.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-quartz/target/ruoyi-quartz-3.8.7.jar" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-quartz/target/ruoyi-quartz-3.8.7.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/authorize/domain/Authorize.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/authorize/domain/Authorize.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/authorize/domain/SysOaAuthorize.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/authorize/domain/SysOaAuthorize.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/bid/domain/Bid.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/bid/domain/Bid.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/zgys/domain/SysOaZgys.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/zgys/domain/SysOaZgys.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/zgys/domain/Zgys.java" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/java/com/ruoyi/zgys/domain/Zgys.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/resources/mapper/authorize/AuthorizeMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/resources/mapper/authorize/AuthorizeMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/resources/mapper/bid/BidMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/resources/mapper/bid/BidMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/src/main/resources/mapper/zgys/ZgysMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/src/main/resources/mapper/zgys/ZgysMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/authorize/domain/Authorize.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/authorize/domain/Authorize.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/authorize/domain/SysOaAuthorize.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/authorize/domain/SysOaAuthorize.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/bid/domain/Bid.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/bid/domain/Bid.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/domain/Quot.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/domain/Quot.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/domain/SysOaQuot.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/domain/SysOaQuot.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/mapper/QuotMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/mapper/QuotMapper.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/service/IQuotService.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/service/IQuotService.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/service/impl/QuotServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/quot/service/impl/QuotServiceImpl.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/zgys/domain/SysOaZgys.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/zgys/domain/SysOaZgys.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/zgys/domain/Zgys.class" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/com/ruoyi/zgys/domain/Zgys.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/authorize/AuthorizeMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/authorize/AuthorizeMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/quot/QuotMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/quot/QuotMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/bid/BidMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/bid/BidMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/zgys/ZgysMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/classes/mapper/zgys/ZgysMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/maven-archiver/pom.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-system/target/ruoyi-system-3.8.7.jar" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-system/target/ruoyi-system-3.8.7.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-ui/src/api/authorize/authorize.js" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-ui/src/api/authorize/authorize.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-ui/src/api/zgys/zgys.js" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-ui/src/api/zgys/zgys.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-ui/src/views/authorize/authorize/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-ui/src/views/authorize/authorize/index.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-ui/src/views/bid/bid/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-ui/src/views/bid/bid/index.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ruoyi-ui/src/views/zgys/zgys/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/ruoyi-ui/src/views/zgys/zgys/index.vue" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -80,7 +85,7 @@
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="android.sdk.path" value="$PROJECT_DIR$/../../Android" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/ruoyi-ui/src/views/quot/quot" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/ruoyi-quartz/src/main/resources/mapper/quartz" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
<property name="project.structure.last.edited" value="Modules" />
@ -93,18 +98,18 @@
</component>
<component name="RecentsManager">
<key name="CopyClassDialog.RECENTS_KEY">
<recent name="com.ruoyi.quot.domain" />
<recent name="com.ruoyi.web.controller.quot" />
<recent name="com.ruoyi.bid.domain" />
<recent name="com.ruoyi.quot.mapper" />
<recent name="com.ruoyi.quot.service.impl" />
<recent name="com.ruoyi.quartz.mapper" />
<recent name="com.ruoyi.quartz.service.impl" />
<recent name="com.ruoyi.quartz.domain" />
<recent name="com.ruoyi.quartz.service" />
<recent name="com.ruoyi.quartz.task" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\resources\mapper\quartz" />
<recent name="E:\myproject\JNBusinessTest\ruoyi-ui\src\views\quot\quot" />
<recent name="E:\myproject\JNBusinessTest\ruoyi-system\src\main\resources\mapper\quot" />
<recent name="E:\myproject\JNBusinessTest\ruoyi-ui\src\api\quot" />
<recent name="E:\myproject\JNBusinessTest\ruoyi-ui\src\views\statisticsQuot\statisticsQuot" />
<recent name="E:\myproject\JNBusinessTest\ruoyi-common" />
</key>
</component>
<component name="RunManager">
@ -136,7 +141,7 @@
<workItem from="1723017804486" duration="1336000" />
<workItem from="1723075283080" duration="10029000" />
<workItem from="1723086697484" duration="197000" />
<workItem from="1723087435797" duration="8128000" />
<workItem from="1723087435797" duration="12906000" />
</task>
<servers />
</component>
@ -144,19 +149,20 @@
<option name="version" value="2" />
</component>
<component name="WindowStateProjectService">
<state x="2120" y="23" key="#Project_Structure" timestamp="1722590259734">
<screen x="1920" y="0" width="1440" height="900" />
<state x="267" y="27" key="#Project_Structure" timestamp="1723104735076">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="267" y="27" key="#Project_Structure/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723104735076" />
<state x="2120" y="23" key="#Project_Structure/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1722590259734" />
<state x="765" y="203" key="#com.intellij.ide.util.MemberChooser" timestamp="1723097725468">
<state x="765" y="203" key="#com.intellij.ide.util.MemberChooser" timestamp="1723105661841">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="765" y="203" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723097725468" />
<state x="765" y="203" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723105661841" />
<state x="2494" y="176" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723017851339" />
<state x="393" y="12" width="1379" height="879" key="CommitChangelistDialog2" timestamp="1723087474665">
<state x="393" y="12" width="1379" height="879" key="CommitChangelistDialog2" timestamp="1723105028964">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="393" y="12" width="1379" height="879" key="CommitChangelistDialog2/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723087474665" />
<state x="393" y="12" width="1379" height="879" key="CommitChangelistDialog2/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723105028964" />
<state x="2215" y="10" key="CommitChangelistDialog2/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1722590562023" />
<state width="1090" height="539" key="DebuggerActiveHint" timestamp="1723100577304">
<screen x="0" y="0" width="1920" height="1040" />
@ -168,65 +174,65 @@
</state>
<state x="740" y="274" key="FileChooserDialogImpl/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1722996900988" />
<state x="2475" y="237" key="FileChooserDialogImpl/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723017044285" />
<state width="1876" height="288" key="GridCell.Tab.0.bottom" timestamp="1723100609396">
<state width="1876" height="367" key="GridCell.Tab.0.bottom" timestamp="1723106637257">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.0.bottom/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100609396" />
<state width="1876" height="367" key="GridCell.Tab.0.bottom/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106637257" />
<state width="1396" height="208" key="GridCell.Tab.0.bottom/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215553" />
<state width="1876" height="288" key="GridCell.Tab.0.center" timestamp="1723100609396">
<state width="1876" height="367" key="GridCell.Tab.0.center" timestamp="1723106637257">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.0.center/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100609396" />
<state width="1876" height="367" key="GridCell.Tab.0.center/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106637257" />
<state width="1396" height="208" key="GridCell.Tab.0.center/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215553" />
<state width="1876" height="288" key="GridCell.Tab.0.left" timestamp="1723100609396">
<state width="1876" height="367" key="GridCell.Tab.0.left" timestamp="1723106637257">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.0.left/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100609396" />
<state width="1876" height="367" key="GridCell.Tab.0.left/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106637257" />
<state width="1396" height="208" key="GridCell.Tab.0.left/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215552" />
<state width="1876" height="288" key="GridCell.Tab.0.right" timestamp="1723100609396">
<state width="1876" height="367" key="GridCell.Tab.0.right" timestamp="1723106637257">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.0.right/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100609396" />
<state width="1876" height="367" key="GridCell.Tab.0.right/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106637257" />
<state width="1396" height="208" key="GridCell.Tab.0.right/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215553" />
<state width="1876" height="288" key="GridCell.Tab.1.bottom" timestamp="1723100560699">
<state width="1876" height="367" key="GridCell.Tab.1.bottom" timestamp="1723106612599">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.1.bottom/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100560699" />
<state width="1876" height="367" key="GridCell.Tab.1.bottom/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106612599" />
<state width="1396" height="208" key="GridCell.Tab.1.bottom/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215554" />
<state width="1876" height="288" key="GridCell.Tab.1.center" timestamp="1723100560699">
<state width="1876" height="367" key="GridCell.Tab.1.center" timestamp="1723106612599">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.1.center/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100560699" />
<state width="1876" height="367" key="GridCell.Tab.1.center/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106612599" />
<state width="1396" height="208" key="GridCell.Tab.1.center/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215554" />
<state width="1876" height="288" key="GridCell.Tab.1.left" timestamp="1723100560699">
<state width="1876" height="367" key="GridCell.Tab.1.left" timestamp="1723106612599">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.1.left/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100560699" />
<state width="1876" height="367" key="GridCell.Tab.1.left/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106612599" />
<state width="1396" height="208" key="GridCell.Tab.1.left/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215554" />
<state width="1876" height="288" key="GridCell.Tab.1.right" timestamp="1723100560699">
<state width="1876" height="367" key="GridCell.Tab.1.right" timestamp="1723106612599">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.1.right/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100560699" />
<state width="1876" height="367" key="GridCell.Tab.1.right/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723106612599" />
<state width="1396" height="208" key="GridCell.Tab.1.right/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723086215554" />
<state width="1876" height="288" key="GridCell.Tab.2.bottom" timestamp="1723100513864">
<state width="1876" height="288" key="GridCell.Tab.2.bottom" timestamp="1723100703671">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.2.bottom/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100513864" />
<state width="1876" height="288" key="GridCell.Tab.2.bottom/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100703671" />
<state width="1876" height="288" key="GridCell.Tab.2.bottom/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723017774091" />
<state width="1876" height="288" key="GridCell.Tab.2.center" timestamp="1723100513864">
<state width="1876" height="288" key="GridCell.Tab.2.center" timestamp="1723100703671">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.2.center/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100513864" />
<state width="1876" height="288" key="GridCell.Tab.2.center/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100703671" />
<state width="1876" height="288" key="GridCell.Tab.2.center/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723017774091" />
<state width="1876" height="288" key="GridCell.Tab.2.left" timestamp="1723100513864">
<state width="1876" height="288" key="GridCell.Tab.2.left" timestamp="1723100703671">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.2.left/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100513864" />
<state width="1876" height="288" key="GridCell.Tab.2.left/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100703671" />
<state width="1876" height="288" key="GridCell.Tab.2.left/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723017774091" />
<state width="1876" height="288" key="GridCell.Tab.2.right" timestamp="1723100513864">
<state width="1876" height="288" key="GridCell.Tab.2.right" timestamp="1723100703671">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state width="1876" height="288" key="GridCell.Tab.2.right/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100513864" />
<state width="1876" height="288" key="GridCell.Tab.2.right/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723100703671" />
<state width="1876" height="288" key="GridCell.Tab.2.right/0.0.1920.1040/1920.0.1440.900@1920.0.1440.900" timestamp="1723017774091" />
<state x="2203" y="104" key="Maven.ArtifactSearchDialog" timestamp="1722820075785">
<screen x="1920" y="0" width="1440" height="900" />
@ -272,15 +278,4 @@
</state>
<state x="616" y="235" key="run.anything.popup/0.0.1920.1040/1920.0.1440.900@0.0.1920.1040" timestamp="1723094236509" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zgys/ZgysController.java</url>
<line>226</line>
<option name="timeStamp" value="4" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
</project>

View File

@ -247,6 +247,7 @@ public class AuthorizeController extends BaseController
sysOaAuthorize.setSubmissionTime(DateUtils.getDate());
sysOaAuthorize.setDoaId(authorize.getDoaId());
sysOaAuthorize.setDoaCode(authorize.getDoaCode());
sysOaAuthorize.setDoaNumber(authorize.getDoaNumber());
sysOaAuthorize.setDoaSalesmanName((authorize.getDoaSalesmanName()));
sysOaAuthorize.setDoaProject(authorize.getDoaProject());

View File

@ -652,6 +652,7 @@ public class BidController extends BaseController
sysOaBidTb.setSubmissionTime(DateUtils.getDate());
String bidId = UUID.fastUUID().toString();
sysOaBidTb.setBidId(bidId);
sysOaBidTb.setBidCode(bid.getBidCode());//标书单号
sysOaBidTb.setBidNumber(bid.getBidNumber());//标书编号
sysOaBidTb.setBidSalesmanName(bid.getBidSalesmanName());//业务员
sysOaBidTb.setBidTenderingUnit(bid.getBidTenderingUnit());//客户

View File

@ -234,6 +234,7 @@ public class ZgysController extends BaseController
sysOaZgys.setDepartmentId(oauser.getDepartmentId());
sysOaZgys.setSubmissionTime(DateUtils.getDate());
sysOaZgys.setPqId(UUID.fastUUID().toString());
sysOaZgys.setPqCode(zgys.getPqCode());
sysOaZgys.setPqNumber(zgys.getPqNumber());
sysOaZgys.setPqSalesmanName(zgys.getPqSalesmanName());
sysOaZgys.setPqCustomerName(zgys.getPqCustomerName());

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Aug 08 15:05:33 CST 2024
#Thu Aug 08 16:45:42 CST 2024
version=3.8.7
groupId=com.ruoyi
artifactId=ruoyi-admin

Binary file not shown.

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Aug 08 15:05:20 CST 2024
#Thu Aug 08 16:45:31 CST 2024
version=3.8.7
groupId=com.ruoyi
artifactId=ruoyi-common

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Aug 08 15:05:26 CST 2024
#Thu Aug 08 16:45:36 CST 2024
version=3.8.7
groupId=com.ruoyi
artifactId=ruoyi-framework

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Aug 08 15:05:28 CST 2024
#Thu Aug 08 16:45:37 CST 2024
version=3.8.7
groupId=com.ruoyi
artifactId=ruoyi-generator

View File

@ -0,0 +1,65 @@
package com.ruoyi.quartz.domain;
/**
* 授权备案信息对象 OASysZgys
*
* @author ruoyi
* @date 2024-04-01
*/
public class OASysAuthorize
{
/** 授权备案信息id */
private String doaId;
/** 授权备案信息单号 */
private String doaCode;
/** OA审批状态 */
private String state;
/** OA审批备注 */
private String remark;
/** 副总审批 */
private String doaVicePresidentApproved;
public String getDoaId() {
return doaId;
}
public void setDoaId(String doaId) {
this.doaId = doaId;
}
public String getDoaCode() {
return doaCode;
}
public void setDoaCode(String doaCode) {
this.doaCode = doaCode;
}
public String getState() {
return state;
}
public void setState(String state) {
this.state = state;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getDoaVicePresidentApproved() {
return doaVicePresidentApproved;
}
public void setDoaVicePresidentApproved(String doaVicePresidentApproved) {
this.doaVicePresidentApproved = doaVicePresidentApproved;
}
}

View File

@ -20,6 +20,9 @@ public class OASysBid
/** OA审批备注 */
private String remark;
/** 副总审批 */
private String bidVicePresidentApproved;
public String getBidId() { return bidId; }
public void setBidId(String bidId) { this.bidId = bidId; }
@ -39,4 +42,12 @@ public class OASysBid
public void setRemark(String remark) {
this.remark = remark;
}
public String getBidVicePresidentApproved() {
return bidVicePresidentApproved;
}
public void setBidVicePresidentApproved(String bidVicePresidentApproved) {
this.bidVicePresidentApproved = bidVicePresidentApproved;
}
}

View File

@ -0,0 +1,37 @@
package com.ruoyi.quartz.mapper;
import com.ruoyi.quartz.domain.OASysAuthorize;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* 授权备案Mapper接口
*
* @author ruoyi
* @date 2024-04-01
*/
public interface OAAuthorizeMapper
{
/**
* 查询 授权备案信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
* @return
*/
List<OASysAuthorize> selectOAAUTHORIZE();
/**
* 批量更新授权备案信息-OA审批状态为已完成
* @param doaId
* @param state
* @param remark
*/
void updateAuthorizeOAApprovalStatus(@Param("doaId") String doaId, @Param("state") String state, @Param("remark") String remark,@Param("doaVicePresidentApproved") String doaVicePresidentApproved);
/**
* 将中间表 根据授权备案信息单号更新 isfinish=1 表示授权备案审核流程已结束
* @param pqCode
*/
void updateOAAuthorizeByAuthorizeCode(String pqCode);
}

View File

@ -35,4 +35,28 @@ public interface OABidMapper
* @param bidCode
*/
void updateOABidByBidCode(String bidCode);
/** ==========================================================================================*/
/**
* 检查 投标办提交OA至副总 是否审核结束
* @return
*/
List<OASysBid> selectOABIDTB();
/**
* 批量更新投标信息-提交OA审批状态,备注
* @param bidId
* @param state
* @param remark
*/
void updateBidOAApprovalStatusTb(@Param("bidId") String bidId, @Param("state") String state, @Param("remark") String remark,@Param("bidVicePresidentApproved") String bidVicePresidentApproved);
/**
* 将中间表 根据投标信息单号更新 isfinish=1 表示审核流程已结束
* @param bidCode
*/
void updateOABidByBidCodeTb(String bidCode);
}

View File

@ -0,0 +1,36 @@
package com.ruoyi.quartz.service;
import com.ruoyi.quartz.domain.OASysAuthorize;
import com.ruoyi.quartz.domain.OASysZgys;
import java.util.List;
/**
* 授权备案Service接口
*
* @author ruoyi
* @date 2024-04-01
*/
public interface OAAuthorizeService
{
/**
* 查询 授权备案信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
* @return
*/
List<OASysAuthorize> selectOAAUTHORIZE();
/**
* 批量更新授权备案信息-OA审批状态为已完成
* @param doaId
* @param state
* @param remark
*/
void updateAuthorizeOAApprovalStatus(String doaId,String state,String remark,String doaVicePresidentApproved);
/**
* 将中间表 根据授权备案信息单号更新 isfinish=1 表示授权备案审核流程已结束
*/
void updateOAAuthorizeByAuthorizeCode(String pqCode);
}

View File

@ -18,7 +18,7 @@ public interface OABidService
List<OASysBid> selectOABID();
/**
* 批量更新投标信息-OA审批状态为已完成
* 批量更新投标信息-提交状态,备注
* @param bidId
* @param state
* @param remark
@ -30,4 +30,24 @@ public interface OABidService
* 将中间表 根据投标信息单号更新 isfinish=1 表示投标审核流程已结束
*/
void updateOABidByBidCode(String bidCode);
/**
* 检查 投标办提交OA至副总 是否审核结束
* @return
*/
List<OASysBid> selectOABIDTB();
/**
* 批量更新投标信息-提交OA审批状态,备注
* @param bidId
* @param state
* @param remark
*/
void updateBidOAApprovalStatusTb(String bidId, String state, String remark,String bidVicePresidentApproved);
/**
* 将中间表 根据投标信息单号更新 isfinish=1 表示审核流程已结束
* @param bidCode
*/
void updateOABidByBidCodeTb(String bidCode);
}

View File

@ -0,0 +1,51 @@
package com.ruoyi.quartz.service.impl;
import com.ruoyi.quartz.domain.OASysAuthorize;
import com.ruoyi.quartz.mapper.OAAuthorizeMapper;
import com.ruoyi.quartz.service.OAAuthorizeService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
* 授权备案Service业务层处理
*
* @author ruoyi
* @date 2024-04-01
*/
@Service
public class OAAuthorizeServiceImpl implements OAAuthorizeService
{
@Resource
private OAAuthorizeMapper aAAuthorizeMapper;
/**
* 查询 授权备案信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
* @return
*/
@Override
public List<OASysAuthorize> selectOAAUTHORIZE() {
return aAAuthorizeMapper.selectOAAUTHORIZE();
}
/**
* 批量更新授权备案信息-OA审批状态为已完成
* @param doaId
* @param state
* @param remark
*/
@Override
public void updateAuthorizeOAApprovalStatus(String doaId,String state,String remark,String doaVicePresidentApproved) {
aAAuthorizeMapper.updateAuthorizeOAApprovalStatus(doaId,state,remark,doaVicePresidentApproved);
}
/**
* 将中间表 根据授权备案信息单号更新 isfinish=1 表示授权备案审核流程已结束
* @param doaCode
*/
@Override
public void updateOAAuthorizeByAuthorizeCode(String doaCode) {
aAAuthorizeMapper.updateOAAuthorizeByAuthorizeCode(doaCode);
}
}

View File

@ -33,7 +33,7 @@ public class OABidServiceImpl implements OABidService
}
/**
* 批量更新投标信息-OA审批状态为已完成
* 批量更新投标信息-提交状态,备注
* @param bidId
* @param state
* @param remark
@ -51,4 +51,33 @@ public class OABidServiceImpl implements OABidService
public void updateOABidByBidCode(String bidCode) {
aABidMapper.updateOABidByBidCode(bidCode);
}
/**
* 检查 投标办提交OA至副总 是否审核结束
* @return
*/
@Override
public List<OASysBid> selectOABIDTB() {
return aABidMapper.selectOABIDTB();
}
/**
* 批量更新投标信息-提交OA审批状态,备注
* @param bidId
* @param state
* @param remark
*/
@Override
public void updateBidOAApprovalStatusTb(String bidId, String state, String remark,String bidVicePresidentApproved) {
aABidMapper.updateBidOAApprovalStatusTb(bidId,state,remark,bidVicePresidentApproved);
}
/**
* 将中间表 根据投标信息单号更新 isfinish=1 表示审核流程已结束
* @param bidCode
*/
@Override
public void updateOABidByBidCodeTb(String bidCode) {
aABidMapper.updateOABidByBidCodeTb(bidCode);
}
}

View File

@ -0,0 +1,46 @@
package com.ruoyi.quartz.task;
import com.ruoyi.quartz.domain.OASysAuthorize;
import com.ruoyi.quartz.service.OAAuthorizeService;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import java.util.List;
/**
* 定时任务调度-授权备案信息OA流程状态读取
*
* @author ruoyi
*/
@Component("authorizeTask")
public class AuthorizeTask
{
@Resource
private OAAuthorizeService authorizeService;
public static AuthorizeTask testUtils;
@PostConstruct
public void init() {
testUtils = this;
}
/**
* 检查OA是否审核结束
*/
public void OAAuthorizeCheck() throws Exception {
try {
// 查询 授权备案信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
List<OASysAuthorize> auths = authorizeService.selectOAAUTHORIZE();
for(OASysAuthorize sysAuthorize:auths){
// 批量更新授权备案信息-提交OA审批状态,备注,副总审批
authorizeService.updateAuthorizeOAApprovalStatus(sysAuthorize.getDoaId(),sysAuthorize.getState(),sysAuthorize.getRemark(),sysAuthorize.getDoaVicePresidentApproved());
//将中间表 根据授权备案信息单号更新 isfinish=1 表示审核流程已结束
authorizeService.updateOAAuthorizeByAuthorizeCode(sysAuthorize.getDoaCode());
}
} catch (Exception e) {
e.printStackTrace();
}
}
}

View File

@ -29,14 +29,14 @@ public class BidTask
}
/**
* 检查OA 事业部经理直营店店长是否审核结束
* 检查 提交OA 事业部经理直营店店长 是否审核结束
*/
public void OABidCheck() throws Exception {
try {
// 查询 投标信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
List<OASysBid> bids = bidService.selectOABID();
for(OASysBid sysBid:bids){
// 批量更新投标信息-OA审批状态,备注
// 批量更新投标信息-提交状态,备注
bidService.updateBidOAApprovalStatus(sysBid.getBidId(),sysBid.getState(),sysBid.getRemark());
//将中间表 根据投标信息单号更新 isfinish=1 表示审核流程已结束
bidService.updateOABidByBidCode(sysBid.getBidCode());
@ -45,4 +45,22 @@ public class BidTask
e.printStackTrace();
}
}
/**
* 检查 投标办提交OA至副总 是否审核结束
*/
public void OABidTbCheck() throws Exception {
try {
// 查询 投标信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
List<OASysBid> bids = bidService.selectOABIDTB();
for(OASysBid sysBid:bids){
// 批量更新投标信息-提交OA审批状态,备注,副总审批
bidService.updateBidOAApprovalStatusTb(sysBid.getBidId(),sysBid.getState(),sysBid.getRemark(),sysBid.getBidVicePresidentApproved());
//将中间表 根据投标信息单号更新 isfinish=1 表示审核流程已结束
bidService.updateOABidByBidCodeTb(sysBid.getBidCode());
}
} catch (Exception e) {
e.printStackTrace();
}
}
}

View File

@ -35,7 +35,7 @@ public class ZgysTask
// 查询 资格预审信息-OA审批状态为审批中的单号并且在中间表显示流程已经结束的单据根据单号更新 OA审批状态
List<OASysZgys> pqs = zgysService.selectOAZGYS();
for(OASysZgys sysZgys:pqs){
// 批量更新资格预审信息-OA审批状态,备注
// 批量更新资格预审信息-提交OA审批状态,备注,副总审批
zgysService.updateZgysOAApprovalStatus(sysZgys.getPqId(),sysZgys.getState(),sysZgys.getRemark(),sysZgys.getPqVpApproval());
//将中间表 根据资格预审信息单号更新 isfinish=1 表示审核流程已结束
zgysService.updateOAZgysByZgysCode(sysZgys.getPqCode());

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.quartz.mapper.OAAuthorizeMapper">
<select id="selectOAAUTHORIZE" resultType="OASysAuthorize">
select q.doa_id as doaId,q.doa_code as doaCode,sq.state,sq.remark,sq.doa_vice_president_approved as doaVicePresidentApproved
from authorize q
inner join (
select t.doa_code,t.state,t.remark,t.doa_vice_president_approved from (
select a.doa_code,a.state,a.remark,a.doa_vice_president_approved, row_number() over(partition by doa_code order by create_time desc) rw
from sys_oa_authorize a
where a.triggerflag = '1' and a.state in ('2','3') and a.isFinish = '0'
) t where t.rw = 1
) sq on q.doa_code = sq.doa_code
where q.doa_oa_approval_status = '1'
</select>
<update id="updateAuthorizeOAApprovalStatus">
update authorize set doa_approval_status = #{state},doa_oa_approval_status = #{state},
doa_oa_remark = #{remark},doa_vice_president_approved = #{doaVicePresidentApproved}
where doa_id = #{doaId}
</update>
<update id="updateOAAuthorizeByAuthorizeCode">
update sys_oa_authorize set isFinish = '1' where doa_code = #{doaCode}
</update>
</mapper>

View File

@ -24,4 +24,29 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateOABidByBidCode">
update sys_oa_bid set isFinish = '1' where bid_code = #{bidCode}
</update>
<select id="selectOABIDTB" resultType="OASysBid">
select q.bid_id as bidId,q.bid_code as bidCode,sq.state,sq.remark,sq.bid_vice_president_approved bidVicePresidentApproved
from bid q
inner join (
select t.bid_code,t.state,t.remark,t.bid_vice_president_approved from (
select a.bid_code,a.state,a.remark, a.bid_vice_president_approved,row_number() over(partition by bid_code order by create_time desc) rw
from sys_oa_bid_tb a
where a.triggerflag = '1' and a.state in ('2','3') and a.isFinish = '0'
) t where t.rw = 1
) sq on q.bid_code = sq.bid_code
where q.bid_approval_status = '1'
</select>
<update id="updateBidOAApprovalStatusTb">
update bid set bid_approval_status = #{state},bid_oa_approval_status = #{state}, bid_oa_remark = #{remark},bid_vice_president_approved = {bidVicePresidentApproved}
where bid_id = #{bidId}
</update>
<update id="updateOABidByBidCodeTb">
update sys_oa_bid_tb set isFinish = '1' where bid_code = #{bidCode}
</update>
</mapper>

View File

@ -18,7 +18,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateZgysOAApprovalStatus">
update zgys set pq_approval_status = #{state},pq_oa_approval_status = #{state},
pq_returnRemark = #{remark},pq_vp_approval = #{pqVpApproval}
pq_oa_remark = #{remark},pq_vp_approval = #{pqVpApproval}
where pq_id = #{pqId}
</update>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.quartz.mapper.OAAuthorizeMapper">
<select id="selectOAAUTHORIZE" resultType="OASysAuthorize">
select q.doa_id as doaId,q.doa_code as doaCode,sq.state,sq.remark,sq.doa_vice_president_approved as doaVicePresidentApproved
from authorize q
inner join (
select t.doa_code,t.state,t.remark,t.doa_vice_president_approved from (
select a.doa_code,a.state,a.remark,a.doa_vice_president_approved, row_number() over(partition by doa_code order by create_time desc) rw
from sys_oa_authorize a
where a.triggerflag = '1' and a.state in ('2','3') and a.isFinish = '0'
) t where t.rw = 1
) sq on q.doa_code = sq.doa_code
where q.doa_oa_approval_status = '1'
</select>
<update id="updateAuthorizeOAApprovalStatus">
update authorize set doa_approval_status = #{state},doa_oa_approval_status = #{state},
doa_oa_remark = #{remark},doa_vice_president_approved = #{doaVicePresidentApproved}
where doa_id = #{doaId}
</update>
<update id="updateOAAuthorizeByAuthorizeCode">
update sys_oa_authorize set isFinish = '1' where doa_code = #{doaCode}
</update>
</mapper>

View File

@ -24,4 +24,29 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateOABidByBidCode">
update sys_oa_bid set isFinish = '1' where bid_code = #{bidCode}
</update>
<select id="selectOABIDTB" resultType="OASysBid">
select q.bid_id as bidId,q.bid_code as bidCode,sq.state,sq.remark,sq.bid_vice_president_approved bidVicePresidentApproved
from bid q
inner join (
select t.bid_code,t.state,t.remark,t.bid_vice_president_approved from (
select a.bid_code,a.state,a.remark, a.bid_vice_president_approved,row_number() over(partition by bid_code order by create_time desc) rw
from sys_oa_bid_tb a
where a.triggerflag = '1' and a.state in ('2','3') and a.isFinish = '0'
) t where t.rw = 1
) sq on q.bid_code = sq.bid_code
where q.bid_approval_status = '1'
</select>
<update id="updateBidOAApprovalStatusTb">
update bid set bid_approval_status = #{state},bid_oa_approval_status = #{state}, bid_oa_remark = #{remark},bid_vice_president_approved = {bidVicePresidentApproved}
where bid_id = #{bidId}
</update>
<update id="updateOABidByBidCodeTb">
update sys_oa_bid_tb set isFinish = '1' where bid_code = #{bidCode}
</update>
</mapper>

View File

@ -18,7 +18,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateZgysOAApprovalStatus">
update zgys set pq_approval_status = #{state},pq_oa_approval_status = #{state},
pq_returnRemark = #{remark},pq_vp_approval = #{pqVpApproval}
pq_oa_remark = #{remark},pq_vp_approval = #{pqVpApproval}
where pq_id = #{pqId}
</update>

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Aug 08 15:05:28 CST 2024
#Thu Aug 08 16:45:36 CST 2024
version=3.8.7
groupId=com.ruoyi
artifactId=ruoyi-quartz

View File

@ -1,41 +1,46 @@
com\ruoyi\quartz\domain\OASysAuthorize.class
com\ruoyi\quartz\util\QuartzDisallowConcurrentExecution.class
com\ruoyi\quartz\domain\c_rb_product_price.class
com\ruoyi\quartz\domain\OASysBid.class
com\ruoyi\quartz\util\CronUtils.class
com\ruoyi\quartz\service\impl\OAZgysServiceImpl.class
com\ruoyi\quartz\service\impl\SysJobLogServiceImpl.class
com\ruoyi\quartz\service\ISysJobLogService.class
com\ruoyi\quartz\mapper\OAZgysMapper.class
com\ruoyi\quartz\mapper\SysJobLogMapper.class
com\ruoyi\quartz\mapper\SapTjMapper.class
com\ruoyi\quartz\task\BidTask.class
com\ruoyi\quartz\controller\SysJobLogController.class
com\ruoyi\quartz\task\QuotTask.class
com\ruoyi\quartz\task\RyTask.class
com\ruoyi\quartz\util\JobInvokeUtil.class
com\ruoyi\quartz\util\RedisTriggerListener.class
com\ruoyi\quartz\mapper\OAQuotMapper.class
com\ruoyi\quartz\service\impl\OAQuotServiceImpl.class
com\ruoyi\quartz\domain\OASysZgys.class
com\ruoyi\quartz\task\RbTask.class
com\ruoyi\quartz\domain\OASysQuot.class
com\ruoyi\quartz\service\impl\SapTjServiceImpl.class
com\ruoyi\quartz\service\OAQuotService.class
com\ruoyi\quartz\mapper\OABidMapper.class
com\ruoyi\quartz\util\JDBCBatchInsert.class
com\ruoyi\quartz\controller\SysJobController.class
com\ruoyi\quartz\util\ScheduleUtils.class
com\ruoyi\quartz\service\OAAuthorizeService.class
com\ruoyi\quartz\mapper\SysJobMapper.class
com\ruoyi\quartz\domain\SysJob.class
com\ruoyi\quartz\util\AbstractQuartzJob.class
com\ruoyi\quartz\task\ZgysTask.class
com\ruoyi\quartz\service\OAZgysService.class
com\ruoyi\quartz\service\ISysJobService.class
com\ruoyi\quartz\domain\c_rb_productbase_price.class
com\ruoyi\quartz\domain\OASysBid.class
com\ruoyi\quartz\util\CronUtils.class
com\ruoyi\quartz\service\impl\OAAuthorizeServiceImpl.class
com\ruoyi\quartz\service\ISysJobLogService.class
com\ruoyi\quartz\mapper\OAZgysMapper.class
com\ruoyi\quartz\mapper\SapTjMapper.class
com\ruoyi\quartz\util\RedisTriggerListener.class
com\ruoyi\quartz\domain\OASysQuot.class
com\ruoyi\quartz\mapper\OAAuthorizeMapper.class
com\ruoyi\quartz\mapper\OABidMapper.class
com\ruoyi\quartz\util\JDBCBatchInsert.class
com\ruoyi\quartz\util\ScheduleUtils.class
com\ruoyi\quartz\service\SapTjService.class
com\ruoyi\quartz\domain\SysJobLog.class
com\ruoyi\quartz\service\impl\OABidServiceImpl.class
com\ruoyi\quartz\service\OABidService.class
com\ruoyi\quartz\util\AbstractQuartzJob.class
com\ruoyi\quartz\task\ZgysTask.class
com\ruoyi\quartz\task\AuthorizeTask.class
com\ruoyi\quartz\service\impl\SysJobServiceImpl.class
com\ruoyi\quartz\service\OAZgysService.class
com\ruoyi\quartz\service\ISysJobService.class
com\ruoyi\quartz\config\ScheduleConfig.class
com\ruoyi\quartz\domain\c_rb_productbase_price.class
com\ruoyi\quartz\util\QuartzJobExecution.class

View File

@ -3,9 +3,11 @@ E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\service\
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\util\QuartzJobExecution.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\SysJob.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\c_rb_productbase_price.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\service\OAAuthorizeService.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\config\ScheduleConfig.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\util\JobInvokeUtil.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\SysJobLog.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\task\AuthorizeTask.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\service\ISysJobLogService.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\util\AbstractQuartzJob.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\task\RyTask.java
@ -17,15 +19,18 @@ E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\util\Cro
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\OASysZgys.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\service\impl\SapTjServiceImpl.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\task\BidTask.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\mapper\OAAuthorizeMapper.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\task\RbTask.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\mapper\SapTjMapper.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\c_rb_product_price.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\controller\SysJobLogController.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\mapper\SysJobLogMapper.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\service\impl\OAAuthorizeServiceImpl.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\util\QuartzDisallowConcurrentExecution.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\OASysBid.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\mapper\OABidMapper.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\service\impl\OABidServiceImpl.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\domain\OASysAuthorize.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\util\JDBCBatchInsert.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\mapper\OAQuotMapper.java
E:\myproject\JNBusinessTest\ruoyi-quartz\src\main\java\com\ruoyi\quartz\mapper\OAZgysMapper.java

View File

@ -164,6 +164,7 @@
<if test="departmentId != null">department_id,</if>
<if test="submissionTime != null">submission_time,</if>
<if test="doaId != null">doa_id,</if>
<if test="doaCode != null">doa_code,</if>
<if test="doaNumber != null">doa_number,</if>
<if test="doaSalesmanName != null">doa_salesman_name,</if>
<if test="doaProject != null">doa_project,</if>
@ -184,6 +185,7 @@
<if test="departmentId != null">#{departmentId},</if>
<if test="submissionTime != null">#{submissionTime},</if>
<if test="doaId != null">#{doaId},</if>
<if test="doaCode != null">#{doaCode},</if>
<if test="doaNumber != null">#{doaNumber},</if>
<if test="doaSalesmanName != null">#{doaSalesmanName},</if>
<if test="doaProject != null">#{doaProject},</if>

View File

@ -390,6 +390,7 @@
<if test="departmentId != null">department_id,</if>
<if test="submissionTime != null">submission_time,</if>
<if test="bidId != null">bid_id,</if>
<if test="bidCode != null">bid_code,</if>
<if test="bidNumber != null">bid_number,</if>
<if test="bidSalesmanName != null">bid_salesman_name,</if>
<if test="bidTenderingUnit != null">bid_tendering_unit,</if>
@ -427,6 +428,7 @@
<if test="departmentId != null">#{departmentId},</if>
<if test="submissionTime != null">#{submissionTime},</if>
<if test="bidId != null">#{bidId},</if>
<if test="bidCode != null">#{bidCode},</if>
<if test="bidNumber != null">#{bidNumber},</if>
<if test="bidSalesmanName != null">#{bidSalesmanName},</if>
<if test="bidTenderingUnit != null">#{bidTenderingUnit},</if>

View File

@ -156,6 +156,7 @@
<if test="departmentId != null">department_id,</if>
<if test="submissionTime != null">submission_time,</if>
<if test="pqId != null">pq_id,</if>
<if test="pqCode != null">pq_code,</if>
<if test="pqNumber != null">pq_number,</if>
<if test="pqSalesmanName != null">pq_salesman_name,</if>
<if test="pqCustomerName != null">pq_customer_name,</if>
@ -173,6 +174,7 @@
<if test="departmentId != null">#{departmentId},</if>
<if test="submissionTime != null">#{submissionTime},</if>
<if test="pqId != null">#{pqId},</if>
<if test="pqCode != null">#{pqCode},</if>
<if test="pqNumber != null">#{pqNumber},</if>
<if test="pqSalesmanName != null">#{pqSalesmanName},</if>
<if test="pqCustomerName != null">#{pqCustomerName},</if>

View File

@ -164,6 +164,7 @@
<if test="departmentId != null">department_id,</if>
<if test="submissionTime != null">submission_time,</if>
<if test="doaId != null">doa_id,</if>
<if test="doaCode != null">doa_code,</if>
<if test="doaNumber != null">doa_number,</if>
<if test="doaSalesmanName != null">doa_salesman_name,</if>
<if test="doaProject != null">doa_project,</if>
@ -184,6 +185,7 @@
<if test="departmentId != null">#{departmentId},</if>
<if test="submissionTime != null">#{submissionTime},</if>
<if test="doaId != null">#{doaId},</if>
<if test="doaCode != null">#{doaCode},</if>
<if test="doaNumber != null">#{doaNumber},</if>
<if test="doaSalesmanName != null">#{doaSalesmanName},</if>
<if test="doaProject != null">#{doaProject},</if>

View File

@ -390,6 +390,7 @@
<if test="departmentId != null">department_id,</if>
<if test="submissionTime != null">submission_time,</if>
<if test="bidId != null">bid_id,</if>
<if test="bidCode != null">bid_code,</if>
<if test="bidNumber != null">bid_number,</if>
<if test="bidSalesmanName != null">bid_salesman_name,</if>
<if test="bidTenderingUnit != null">bid_tendering_unit,</if>
@ -427,6 +428,7 @@
<if test="departmentId != null">#{departmentId},</if>
<if test="submissionTime != null">#{submissionTime},</if>
<if test="bidId != null">#{bidId},</if>
<if test="bidCode != null">#{bidCode},</if>
<if test="bidNumber != null">#{bidNumber},</if>
<if test="bidSalesmanName != null">#{bidSalesmanName},</if>
<if test="bidTenderingUnit != null">#{bidTenderingUnit},</if>

View File

@ -156,6 +156,7 @@
<if test="departmentId != null">department_id,</if>
<if test="submissionTime != null">submission_time,</if>
<if test="pqId != null">pq_id,</if>
<if test="pqCode != null">pq_code,</if>
<if test="pqNumber != null">pq_number,</if>
<if test="pqSalesmanName != null">pq_salesman_name,</if>
<if test="pqCustomerName != null">pq_customer_name,</if>
@ -173,6 +174,7 @@
<if test="departmentId != null">#{departmentId},</if>
<if test="submissionTime != null">#{submissionTime},</if>
<if test="pqId != null">#{pqId},</if>
<if test="pqCode != null">#{pqCode},</if>
<if test="pqNumber != null">#{pqNumber},</if>
<if test="pqSalesmanName != null">#{pqSalesmanName},</if>
<if test="pqCustomerName != null">#{pqCustomerName},</if>

View File

@ -1,5 +1,5 @@
#Generated by Maven
#Thu Aug 08 15:05:23 CST 2024
#Thu Aug 08 16:45:33 CST 2024
version=3.8.7
groupId=com.ruoyi
artifactId=ruoyi-system