...
|
...
|
@@ -37,7 +37,7 @@ |
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
select id, product_id, goods_id, size_id, storage_num, update_time, create_time
|
|
|
select id, product_id, goods_id, size_id, storage_num, update_time, create_time, net_weight
|
|
|
from storage
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</select>
|
...
|
...
|
|