src/main/java/com/nq/service/impl/SitePayServiceImpl.java
@@ -13,11 +13,13 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import javax.annotation.Resource; @Service("iSitePayService") public class SitePayServiceImpl implements ISitePayService { @Autowired @Resource SitePayMapper sitePayMapper; public ServerResponse add(SitePay sitePay) {