jinlin
2023-11-17 51a5c94be5c2005064ebf625e3c10b4186243be6
Changes
1个文件已修改
5 ■■■■ 已修改文件
modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml
@@ -7,10 +7,7 @@
        select a.*
        from test_agency_info a
        <where>
            a.is_delete = 0
            <if test="ID!=null">
                and a.ID = 10000
            </if>
            a.is_delete = 0 and a.ID = 10000
        </where>
        <if test="orderBySql!=null">
            ORDER BY ${orderBySql}