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