north-glass-erp/src/main/resources/mapper/pp/Report.xml
@@ -254,6 +254,9 @@ <if test="crossProcessBreakingDTO.glassChild != null and crossProcessBreakingDTO.glassChild != ''"> and ogd.glass_child regexp #{crossProcessBreakingDTO.glassChild} </if> <if test="crossProcessBreakingDTO.breakageType != null and crossProcessBreakingDTO.breakageType != ''"> and dd.breakage_type regexp #{crossProcessBreakingDTO.breakageType} </if> GROUP BY dd.id order by dd.id desc limit #{offset},#{pageSize}