hangzhoumesParent/moduleService/hollowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml
@@ -17,7 +17,7 @@
        t3.formula_name,
        case
        when t3.film_remove = 0 then 0
        when  t2.filmsid = t.film_remove then 1
        when  t.film_remove like concat('%', t2.filmsid, '%') then 1
        else 0 end as film_remove,
        t3.top_remove,
        t3.bottom_remove,