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