Showing
1 changed file
with
1 additions
and
1 deletions
@@ -10,7 +10,7 @@ public interface ProductPriceMapper { | @@ -10,7 +10,7 @@ public interface ProductPriceMapper { | ||
10 | 10 | ||
11 | int insert(ProductPrice record); | 11 | int insert(ProductPrice record); |
12 | 12 | ||
13 | - ProductPrice selectByPrimaryKey(Integer productId); | 13 | + ProductPrice selectByPrimaryKey(Integer productSkn); |
14 | 14 | ||
15 | int updateByPrimaryKeySelective(ProductPrice record); | 15 | int updateByPrimaryKeySelective(ProductPrice record); |
16 | 16 |
-
Please register or login to post a comment