Authored by WN\wangnan

productpriceplan加字段

@@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
32 <include refid="Base_Column_List" /> 32 <include refid="Base_Column_List" />
33 from product_price_plan 33 from product_price_plan
34 where product_skn = #{skn,jdbcType=INTEGER} 34 where product_skn = #{skn,jdbcType=INTEGER}
  35 + limit 1
35 </select> 36 </select>
36 <select id="selectCount" resultType="java.lang.Integer"> 37 <select id="selectCount" resultType="java.lang.Integer">
37 select count(id) 38 select count(id)