소스 검색

feat(推荐码):人员推荐码的开发

liutao 4 달 전
부모
커밋
2646a17b43
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/java/com/sunxung/factoring/web/creditresolution/CreditResolutionController.java

+ 0 - 1
src/main/java/com/sunxung/factoring/web/creditresolution/CreditResolutionController.java

@@ -58,7 +58,6 @@ public class CreditResolutionController {
      * @param id
      */
     @RequestMapping("startProcessOld")
-    @OperationLog(operationModule = "授信决议",operationType = OperationTypeEnum.INSERT,description = "手动开启流程项目3个月内授信过")
     public void startProcess(@RequestParam Long id,@RequestParam Long oldCoreEnterpriseId){
         creditResolutionService.startProcessOld(id,oldCoreEnterpriseId);
     }