hangzhoumesParent/moduleService/howllowGlassModule/src/main/resources/mapper/HollowFormulaDetailsMapper.xml
@@ -42,7 +42,7 @@ inner join glass_info t2 on t1.glass_id = t2.glass_id inner join hollow_formula_details t3 on t.formula_id = t3.id <where> t.state in (0,1,2) 1=1 <if test="glassId != null and glassId !=''"> and t1.glass_id = #{glassId} </if> @@ -52,7 +52,6 @@ <if test="cell != null and cell !=''"> and t.cell = #{cell} </if> </where> limit 1 </select>