Authored by unknown

fix bug

@@ -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