Merge branch 'dev_689_更低价出售提醒' into test6.8.9
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -124,7 +124,7 @@ | @@ -124,7 +124,7 @@ | ||
124 | </select> | 124 | </select> |
125 | 125 | ||
126 | 126 | ||
127 | - <select id="selectEntryListByUidStatusGBSkc" resultMap="BaseResultMap"> | 127 | + <select id="selectCanSellByStorageId" resultMap="BaseResultMap"> |
128 | SELECT <include refid="Base_Column_List" /> | 128 | SELECT <include refid="Base_Column_List" /> |
129 | FROM seller_order_goods | 129 | FROM seller_order_goods |
130 | WHERE storage_id = #{storageId,jdbcType=INTEGER} and status = 1 | 130 | WHERE storage_id = #{storageId,jdbcType=INTEGER} and status = 1 |
-
Please register or login to post a comment