|
@@ -699,10 +699,10 @@
|
|
|
LEFT JOIN
|
|
|
(select material_id from application.app_material_tag_busi_info
|
|
|
<if test='materialType==1'>
|
|
|
- where parent_id=60155
|
|
|
+ where parent_id=60156
|
|
|
</if>
|
|
|
<if test='materialType==2'>
|
|
|
- where parent_id=60156
|
|
|
+ where parent_id=60155
|
|
|
</if>
|
|
|
GROUP BY material_id) t2 on t.material_id=t2.material_id
|
|
|
</if>
|
|
@@ -821,10 +821,10 @@
|
|
|
LEFT JOIN
|
|
|
(select material_id from application.app_material_tag_busi_info
|
|
|
<if test='materialType==1'>
|
|
|
- where parent_id=60155
|
|
|
+ where parent_id=60156
|
|
|
</if>
|
|
|
<if test='materialType==2'>
|
|
|
- where parent_id=60156
|
|
|
+ where parent_id=60155
|
|
|
</if>
|
|
|
GROUP BY material_id) t2 on t.material_id=t2.material_id
|
|
|
</if>
|