aps-modules/aps-core/src/main/resources/mapper/core/ApsStandardProcessRouteHeaderMapper.xml
@@ -30,6 +30,9 @@ <if test="startDate != null and startDate != ''"> and start_date = #{startDate}</if> <if test="endDate != null and endDate != ''"> and end_date = #{endDate}</if> <if test="orgCode != null and orgCode != ''"> and org_code = #{orgCode}</if> <if test="itemCode != null and itemCode != ''"> and item_code like '%' || #{itemCode} || '%'</if> <if test="orgCode != null and orgCode != ''"> and org_code = #{orgCode}</if> and del_flag = '0' </where> </select>