@@ -11,7 +11,7 @@ import org.springframework.context.annotation.Configuration;
*
*/
@Configuration
-@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*"})
+@MapperScan(value = {"org.jeecg.modules.**.mapper*", "cn.com.ctop.**.mapper*", "cn.com.ctop.bytedance.mapper*"})
public class MybatisPlusConfig {