|
@@ -1445,7 +1445,7 @@
|
|
|
AND p.belong_date= #{query.belongDate}
|
|
|
</if>
|
|
|
<if test="query.typeid != null and query.typeid != ''">
|
|
|
- AND p.typeid= #{query.typeid}
|
|
|
+ AND p.typeid in (${query.typeid})
|
|
|
</if>
|
|
|
<if test="query.packageType1 != null and query.packageType1 != ''">
|
|
|
AND p.package_type1= #{query.packageType1}
|
|
@@ -1501,7 +1501,7 @@
|
|
|
AND p.belong_date= #{query.belongDate}
|
|
|
</if>
|
|
|
<if test="query.typeid != null and query.typeid != ''">
|
|
|
- AND p.typeid= #{query.typeid}
|
|
|
+ AND p.typeid in (${query.typeid})
|
|
|
</if>
|
|
|
<if test="query.packageType1 != null and query.packageType1 != ''">
|
|
|
AND p.package_type1= #{query.packageType1}
|