liurunyu
2 天以前 bb5c0ca59fd23ca6c4b8184023d8707d9d506826
修改bug
1个文件已修改
8 ■■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrIntakeMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrIntakeMapper.xml
@@ -774,8 +774,8 @@
        FROM pr_intake tb
        <where>
            tb.deleted = 0
            <if test="intakeName != null and intakeName != ''">
                AND tb.name LIKE CONCAT('%', #{intakeName})
            <if test="intakeNum != null and intakeNum != ''">
                AND tb.name LIKE CONCAT('%', #{intakeNum})
            </if>
        </where>
    </select>
@@ -790,8 +790,8 @@
        INNER JOIN pr_controller con ON con.intakeId = inta.id
        <where>
            inta.deleted = 0
            <if test="intakeName != null and intakeName != ''">
                AND inta.name LIKE CONCAT('%', #{intakeName})
            <if test="intakeNum != null and intakeNum != ''">
                AND inta.name LIKE CONCAT('%', #{intakeNum})
            </if>
        </where>
        ORDER BY inta.id DESC