@@ -77,5 +77,4 @@
</plugin>
</plugins>
</build>
-
</project>
@@ -11,8 +11,7 @@ import org.springframework.context.annotation.Configuration;
*
*/
@Configuration
-@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*", "cn.com.ctop.bytedance.mapper*"})
+@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*"})
public class MybatisPlusConfig {
/**