|
@ -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" |
|
|