| | |
| | | |
| | | <select id="selectApsStandardProcessRouteLineList" parameterType="ApsStandardProcessRouteLine" resultMap="ApsStandardProcessRouteLineResult"> |
| | | <include refid="selectApsStandardProcessRouteLineVo"/> |
| | | <where> |
| | | <where> |
| | | <if test="routeId != null and routeId != ''"> and route_id = #{routeId}</if> |
| | | <if test="routeNum != null and routeNum != ''"> and route_num = #{routeNum}</if> |
| | | <if test="routeName != null and routeName != ''"> and route_name = #{routeName}</if> |
| | |
| | | <if test="designCapacity != null and designCapacity != ''"> and design_capacity = #{designCapacity}</if> |
| | | and del_flag = '0' |
| | | </where> |
| | | |
| | | </select> |
| | | |
| | | <select id="selectApsStandardProcessRouteLineById" parameterType="Long" resultMap="ApsStandardProcessRouteLineResult"> |