|
|
@@ -27,12 +27,12 @@ import java.util.Map;
|
|
|
*/
|
|
|
@Service
|
|
|
public class StockServiceImpl implements StockService{
|
|
|
- //private static final String yundingStockUrl = "http://dc.oclean.com/setconfirmstatus";
|
|
|
- //private static final String yundingStockPostUrl = "http://dc.oclean.com/getinstorage";
|
|
|
- //private static final String sendStockPostConfirmToYundingUrl = "http://dc.oclean.com/setconfirmstatus";
|
|
|
- private static final String sendStockToYundingUrl = "http://localhost:8008/test/stock";
|
|
|
- private static final String stockGetPostFromYundingUrl = "http://localhost:8008/test/stockpost";
|
|
|
- private static final String sendStockPostConfirmToYundingUrl = "http://localhost:8008/test/stockconfirm";
|
|
|
+ private static final String sendStockToYundingUrl = "http://dc.oclean.com/setconfirmstatus";
|
|
|
+ private static final String stockGetPostFromYundingUrl = "http://dc.oclean.com/getinstorage";
|
|
|
+ private static final String sendStockPostConfirmToYundingUrl = "http://dc.oclean.com/setconfirmstatus";
|
|
|
+ //private static final String sendStockToYundingUrl = "http://localhost:8008/test/stock";
|
|
|
+ //private static final String stockGetPostFromYundingUrl = "http://localhost:8008/test/stockpost";
|
|
|
+ //private static final String sendStockPostConfirmToYundingUrl = "http://localhost:8008/test/stockconfirm";
|
|
|
|
|
|
@Autowired
|
|
|
BaseDao baseDao;
|