|
@@ -49,7 +49,7 @@
|
|
|
<if test="companyId != null">
|
|
<if test="companyId != null">
|
|
|
and customer.companyid = #{companyId}
|
|
and customer.companyid = #{companyId}
|
|
|
</if>
|
|
</if>
|
|
|
- </where> order by cu_id
|
|
|
|
|
|
|
+ </where> order by cu_id DESC
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectDbFind" resultMap="BaseResultMap">
|
|
<select id="selectDbFind" resultMap="BaseResultMap">
|
|
@@ -75,7 +75,7 @@
|
|
|
and companyid = #{companyId}
|
|
and companyid = #{companyId}
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
- order by cu_id
|
|
|
|
|
|
|
+ order by cu_id DESC
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|