|
|
@@ -20,7 +20,7 @@ import com.goafanti.report.enums.SalesReportOrderField;
|
|
|
import com.goafanti.report.service.SalesReportServiceImpl;
|
|
|
|
|
|
@RestController
|
|
|
-@RequestMapping(value = "/open/api/admin/report")
|
|
|
+@RequestMapping(value = "/api/admin/report")
|
|
|
public class ReportApiController extends BaseApiController {
|
|
|
@Autowired
|
|
|
SalesReportServiceImpl reportService;
|