|
@@ -58,8 +58,6 @@ public class ProductServiceImpl extends CommonBaseServiceImpl<ProductMapper, Pro
|
|
|
@Override
|
|
@Override
|
|
|
public void updateLatestPurchasePrice(Long pu_id) {
|
|
public void updateLatestPurchasePrice(Long pu_id) {
|
|
|
getMapper().updateLatestPurchasePrice(pu_id);
|
|
getMapper().updateLatestPurchasePrice(pu_id);
|
|
|
- Product product = getMapper().selectByPrimaryKey(pu_id);
|
|
|
|
|
- messageLogService.update(generateMsgObj(pu_id, product.getPr_code()));
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|