Authored by qinchao

变价消息提醒 fix bug

... ... @@ -124,7 +124,7 @@
</select>
<select id="selectEntryListByUidStatusGBSkc" resultMap="BaseResultMap">
<select id="selectCanSellByStorageId" resultMap="BaseResultMap">
SELECT <include refid="Base_Column_List" />
FROM seller_order_goods
WHERE storage_id = #{storageId,jdbcType=INTEGER} and status = 1
... ...