The return type is incompatible with ***Service.***(****)

The return type is incompatible with CustomerInfoService.updateCubeCAndCubeCEByCustomer(CustomerInfo)
方法写完了正准备测试却发现方法void处报红叉,鼠标移上去显示这个错误,翻译如下:
The return type is incompatible with ***Service.***(****)
The return type is incompatible with ***Service.***(****)
检查好久最后发现是service实现层的这个私有方法与service接口中的方法重名了……
解决办法:2选一改方法名即可。