Prechádzať zdrojové kódy

删除测试用户ID

chenjun 1 rok pred
rodič
commit
b074149156

+ 0 - 1
zjugis-business/src/main/java/com/zjugis/business/flow/attendancenote/service/AttendanceNoteServiceImpl.java

@@ -105,7 +105,6 @@ public class AttendanceNoteServiceImpl implements AttendanceNoteService {
         if(StringUtils.isNotBlank(SecurityFrameworkUtils.getLoginUserId())){
             userId = SecurityFrameworkUtils.getLoginUserId();
         }
-        userId="83e06d0d-af60-4419-9437-c9a68bf1b669";
         CommonResult<IFlowInstance> flowResult = workflowClient.flowInstance(flowInstanceId);
         if(flowResult.isSuccess()){
             IFlowInstance flowInstance = flowResult.getData();

+ 0 - 1
zjugis-business/src/main/java/com/zjugis/business/flow/businesstravel/service/TravelServiceImpl.java

@@ -55,7 +55,6 @@ public class TravelServiceImpl implements TravelService {
         if (StringUtils.isNotBlank(SecurityFrameworkUtils.getLoginUserId())) {
             userId = SecurityFrameworkUtils.getLoginUserId();
         }
-        userId = "83e06d0d-af60-4419-9437-c9a68bf1b669";
         CommonResult<IFlowInstance> flowResult = workflowClient.flowInstance(flowInstanceId);
         if (flowResult.isSuccess()) {
             IFlowInstance flowInstance = flowResult.getData();

+ 0 - 1
zjugis-business/src/main/java/com/zjugis/business/flow/leave/service/LeaveServiceImpl.java

@@ -106,7 +106,6 @@ public class LeaveServiceImpl implements LeaveService {
         if(StringUtils.isNotBlank(SecurityFrameworkUtils.getLoginUserId())){
             userId = SecurityFrameworkUtils.getLoginUserId();
         }
-        userId="83e06d0d-af60-4419-9437-c9a68bf1b669";
         CommonResult<IFlowInstance> flowResult = workflowClient.flowInstance(flowInstanceId);
         if(flowResult.isSuccess()){
             IFlowInstance flowInstance = flowResult.getData();