Commit beadffcd authored by 赵啸非's avatar 赵啸非

修改同步用户

parent 543e8b06
...@@ -25,8 +25,8 @@ import java.util.List; ...@@ -25,8 +25,8 @@ import java.util.List;
* 同步门户用户,唯一标识为用户名。 * 同步门户用户,唯一标识为用户名。
*/ */
@Slf4j @Slf4j
@Service("SyncUserTask") //@Service("SyncUserTask")
@ConditionalOnExpression("'${spring.profiles.active}'!='develop'") //@ConditionalOnExpression("'${spring.profiles.active}'!='develop'")
public class SyncUserTaskImpl implements ITaskExcuteService { public class SyncUserTaskImpl implements ITaskExcuteService {
@Autowired @Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment