jiangping
2023-10-24 9e6d06469d712b5a28a75d59645fc5d3d3dfa235
server/src/main/resources/mappers/ProceduresExtMapper.xml
@@ -562,7 +562,7 @@
               dmodel.id as dmodelRouteProductId
        FROM `procedures` `a`
        LEFT JOIN route_procedure `dmodel`  on dmodel.PROCEDURE_ID=a.id
        where dmodel.ROUTE_ID=#{routeId} and dmodel.DELETED=0 and `a`.`DELETED`=0
        where dmodel.ROUTE_ID=#{routeId} and dmodel.DELETED=0 and `a`.`DELETED`=0 order by dmodel.SORTNUM asc
    </select>