aps-modules/aps-core/src/main/resources/mapper/core/ApsStandardProcessRouteLineMapper.xml
@@ -38,6 +38,7 @@ <if test="shopCode != null and shopCode != ''"> and shop_code = #{shopCode}</if> <if test="productivityModel != null and productivityModel != ''"> and productivity_model = #{productivityModel}</if> <if test="designCapacity != null and designCapacity != ''"> and design_capacity = #{designCapacity}</if> and del_flag = '0' </where> </select>