This commit is contained in:
kuang.yifei@iwhalecloud.com 2022-06-07 16:23:39 +08:00
parent 9a6b4b2e7d
commit c4844fa9cf
1 changed files with 1 additions and 1 deletions

View File

@ -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>