Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1237d578d1
|
|
@ -61,7 +61,7 @@
|
||||||
<include refid="selectGoodsStandard"/>
|
<include refid="selectGoodsStandard"/>
|
||||||
<where>
|
<where>
|
||||||
<if test="goodsId != null ">
|
<if test="goodsId != null ">
|
||||||
AND goods_standard_id = #{goodsId}
|
AND goods_id = #{goodsId}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue