|
|
@@ -49,10 +49,10 @@ public class SaleController {
|
|
|
*
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = "/reply", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public void onSaleDownSuccess(@RequestParam("data") String data) {
|
|
|
- purchaseOrderService.onReplyUploadSuccess(data.split(","));
|
|
|
+ purchaseOrderService.onSaleDownSuccess(data.split(","));
|
|
|
}
|
|
|
|
|
|
/**
|