@@ -282,6 +282,9 @@
#{item}
</foreach>
</if>
+ <if test="withNotSpec != null and withNotSpec != ''">
+ AND g.spec_template_id is NULL
+ </if>
<if test="goodsType != null and goodsType != ''">
AND g.goods_type = #{goodsType}