Showing
2 changed files
with
2 additions
and
2 deletions
@@ -10,5 +10,5 @@ public interface SecondhandFlawMapper { | @@ -10,5 +10,5 @@ public interface SecondhandFlawMapper { | ||
10 | 10 | ||
11 | List<SecondhandFlaw> selectByType(@Param("type") Integer type); | 11 | List<SecondhandFlaw> selectByType(@Param("type") Integer type); |
12 | 12 | ||
13 | - List<SecondhandFlaw> selectByIds(@Param("type") String ids); | 13 | + List<SecondhandFlaw> selectByIds(@Param("ids") String ids); |
14 | } | 14 | } |
@@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
68 | </select> | 68 | </select> |
69 | <select id="selectBySkup" parameterType="java.lang.Integer" resultMap="BaseResultMap"> | 69 | <select id="selectBySkup" parameterType="java.lang.Integer" resultMap="BaseResultMap"> |
70 | select id, skup, product_id, goods_id, storage_id, depot_num, seller_uid, price, status, | 70 | select id, skup, product_id, goods_id, storage_id, depot_num, seller_uid, price, status, |
71 | - update_time, create_time | 71 | + update_time, create_time, pre_sale_flag |
72 | from storage_price | 72 | from storage_price |
73 | where skup = #{skup,jdbcType=INTEGER} limit 1 | 73 | where skup = #{skup,jdbcType=INTEGER} limit 1 |
74 | </select> | 74 | </select> |
-
Please register or login to post a comment