|
|
@@ -57,10 +57,11 @@
|
|
|
and find_in_set(code, #{goodsNo})
|
|
|
</select>
|
|
|
<select id="selectGoodsListBySaleSizeDetail" resultType="org.springblade.salesPart.entity.PjGoodsDesc">
|
|
|
- select *
|
|
|
+ select id, goods_size
|
|
|
from pjpf_goods_desc
|
|
|
where is_deleted = 0
|
|
|
and enable_or_not = 1
|
|
|
+ AND goods_size IS NOT NULL
|
|
|
and tenant_id = #{tenantId}
|
|
|
<if test="goodsIds != null and goodsIds.size > 0">
|
|
|
and id in
|