add CallDetailRecordServiceImpl bean name

This commit is contained in:
Donghuang 2021-12-08 22:06:05 +08:00
parent 80a6780857
commit 076e33fb1c

View File

@ -13,7 +13,7 @@ import com.pudonghot.yo.openapi.service.response.CallDetailRecordDailyQueryServR
* @date Jul 13, 2020 10:25:41
*/
@Slf4j
@Service
@Service("openApiCallDetailRecordServiceImpl")
public class CallDetailRecordServiceImpl
implements CallDetailRecordService {