列表加排序

master
shijie 4 years ago
parent 9c658eaf93
commit e90656db47
  1. 1
      dq-financial-guarantee/src/main/resources/mapper/guarantee/DgApplyAmountListMapper.xml
  2. 1
      dq-financial-guarantee/src/main/resources/mapper/guarantee/DgAssetsInvestigationMapper.xml
  3. 1
      dq-financial-guarantee/src/main/resources/mapper/guarantee/DgGuaranteeAssignUserMapper.xml
  4. 1
      dq-financial-guarantee/src/main/resources/mapper/guarantee/DgMessageInvestigationMapper.xml

@ -36,6 +36,7 @@
AND (au.emp_id =#{userId} or au.emp_id is null or au.emp_id ='')
</if>
</where>
order by au.create_time desc
</select>
</mapper>

@ -55,6 +55,7 @@
AND (au.emp_id =#{userId} or au.emp_id is null)
</if>
</where>
ORDER BY au.create_time DESC
</select>
<select id="selectInfoById" resultType="com.daqing.financial.guarantee.model.response.DgAssetsInvestigationResponse">

@ -42,6 +42,7 @@
AND (au.emp_id =#{userId} or au.emp_id is null)
</if>
</where>
ORDER BY au.create_time DESC
</select>
<select id="selectListByIds" resultType="com.daqing.financial.guarantee.model.response.GuaranteeListResponse">

@ -41,6 +41,7 @@
AND (au.emp_id =#{userId} or au.emp_id is null)
</if>
</where>
ORDER BY au.create_time DESC
</select>
<select id="selectListByIds" resultType="com.daqing.financial.guarantee.model.response.MessageInvestigationListResponse">

Loading…
Cancel
Save