@ -103,7 +103,7 @@ public class StorePromotionDataController extends BaseController {
* @param response
* @return
*/
@RequestMapping(value = "distinct/customer/excel",method = RequestMethod.POST)
@RequestMapping(value = "distinct/customer/excel",method = RequestMethod.GET)
public void distinctCustomer(HttpServletResponse response){
try {
storePromotionDataService.distinctCustomer(response);