|
|
@ -4493,7 +4493,7 @@ |
|
|
and sku like '%'+#{sku}+'%' |
|
|
and sku like '%'+#{sku}+'%' |
|
|
</if> |
|
|
</if> |
|
|
<if test=" productDesc != null and productDesc != '' "> |
|
|
<if test=" productDesc != null and productDesc != '' "> |
|
|
and productDesc = #{productDesc} |
|
|
|
|
|
|
|
|
and productDesc like '%'+ #{productDesc}+'%' |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
|