Browse Source

诊疗档案查询排序改为修改时间倒序

master^2
zzc 2 months ago
parent
commit
488b5d87a6
  1. 2
      acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml

2
acupuncture-system/src/main/resources/mapper/dao/PmsTreatmentDao.xml

@ -69,7 +69,7 @@
<if test="query.name != null and query.name != ''"> <if test="query.name != null and query.name != ''">
AND name = #{query.name} AND name = #{query.name}
</if> </if>
order by create_time desc order by update_time desc
</select> </select>
<select id="adminQuery" resultType="com.acupuncture.system.domain.vo.PmsTreatmentVo$TreatmentVO" <select id="adminQuery" resultType="com.acupuncture.system.domain.vo.PmsTreatmentVo$TreatmentVO"

Loading…
Cancel
Save