|
|
@@ -23,7 +23,7 @@ import com.uas.platform.b2b.service.PurchaseForecastOrderService;
|
|
|
*
|
|
|
*/
|
|
|
@Controller
|
|
|
-@RequestMapping("/erp/saleForecastDown")
|
|
|
+@RequestMapping("/erp/sale/forecastDown")
|
|
|
public class SaleForecastDownController {
|
|
|
|
|
|
@Autowired
|
|
|
@@ -49,7 +49,7 @@ public class SaleForecastDownController {
|
|
|
* @return
|
|
|
* @throws UnsupportedEncodingException
|
|
|
*/
|
|
|
- @RequestMapping(value = "/end/back", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public void onEndDownSuccess(@RequestParam("data") String data) throws UnsupportedEncodingException {
|
|
|
purchaseForecastOrderService.onEndDownSuccess(URLDecoder.decode(data, "UTF-8").split(","));
|