|
|
@@ -329,7 +329,7 @@
|
|
|
<if test="companyId != null">
|
|
|
and bankinformation.companyId = #{companyId}
|
|
|
</if>
|
|
|
- </where> order by bk_id
|
|
|
+ </where> order by bk_date desc, bk_id desc
|
|
|
</select>
|
|
|
<select id="getCombo" resultType="com.usoftchina.saas.commons.dto.ComboDTO">
|
|
|
SELECT CONCAT(bk_bankcode,' ',bk_bankname) display,bk_bankname value FROM bankinformation WHERE COMPANYID=#{companyId}
|