jinlin
2023-11-17 6aaac065b98d29621590051084880fe36241624b
modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml
@@ -8,8 +8,8 @@
        from test_agency_info a
        <where>
            a.is_delete = 0
            <if test="whereSql!=null">
                and ${whereSql}
            <if test="ID!=null">
                and a.ID = 10000
            </if>
        </where>
        <if test="orderBySql!=null">