...
|
...
|
@@ -34,7 +34,7 @@ import java.util.List; |
|
|
@ServiceDesc("activity")
|
|
|
public class CutDownProductPriceRest {
|
|
|
|
|
|
private static Logger logger = LoggerFactory.getLogger("cutPriceLog");
|
|
|
private static Logger logger = LoggerFactory.getLogger(CutDownProductPriceRest.class);
|
|
|
|
|
|
@Autowired
|
|
|
private ICutDownPriceService cutDownPriceService;
|
...
|
...
|
|