jinlin
2023-12-29 a4f932c6ca705feb3bee3b7d7bbe0ee5c0c85515
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="whereSql!=null">
                and ${whereSql}
            </if>
            a.is_delete = 0 and a.ID = 10000
        </where>
        <if test="orderBySql!=null">
            ORDER BY ${orderBySql}