java110
2022-08-01 0c87cbe31d8da0a03076853bd1ff202b10de5531
java110-db/src/main/resources/mapper/community/UnitServiceDaoImplMapper.xml
@@ -127,7 +127,7 @@
        <if test="userId !=null and userId != ''">
            and t.user_id= #{userId}
        </if>
        order by unitNum asc
        order by ff.seq,t.unit_id asc
       <!-- <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>limit 10;-->