优化
This commit is contained in:
@ -205,7 +205,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
AND bpra.status != '0'
|
||||
</if>
|
||||
</where>
|
||||
order by bpra.create_time desc
|
||||
order by wu.score,bpra.create_time desc
|
||||
</select>
|
||||
|
||||
|
||||
|
@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<result property="bank" column="bank"/>
|
||||
<result property="cardNo" column="card_no"/>
|
||||
<result property="auditorUserId" column="auditor_user_id"/>
|
||||
<result property="auditorUserName" column="auditor_user_name"/>
|
||||
<result property="auditorType" column="auditor_type"/>
|
||||
<result property="auditorOpinion" column="auditor_opinion"/>
|
||||
<result property="auditorTime" column="auditor_time"/>
|
||||
|
Reference in New Issue
Block a user