|
|
@ -39,7 +39,7 @@ |
|
|
and co.jwcode =#{jwcode} |
|
|
and co.jwcode =#{jwcode} |
|
|
</if> |
|
|
</if> |
|
|
<if test="market!= null and market!=''"> |
|
|
<if test="market!= null and market!=''"> |
|
|
and m.name = #{market} |
|
|
|
|
|
|
|
|
and m.id = #{market} |
|
|
</if> |
|
|
</if> |
|
|
<if test="productName!= null and productName!=''"> |
|
|
<if test="productName!= null and productName!=''"> |
|
|
and pd.name = #{productName} |
|
|
and pd.name = #{productName} |
|
|
|