Authored by unknown

fix bug

... ... @@ -10,7 +10,7 @@ public interface ProductPriceMapper {
int insert(ProductPrice record);
ProductPrice selectByPrimaryKey(Integer productId);
ProductPrice selectByPrimaryKey(Integer productSkn);
int updateByPrimaryKeySelective(ProductPrice record);
... ...