jinlin
2024-01-15 1a7af6fff5185bb257c16b0445140c93263a3331
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}