1.20
parent
0492e0b5e3
commit
b7c3a1f09e
|
@ -50,10 +50,5 @@
|
|||
from sick_circle where disease like '%${keyWord}%' or title like '%${keyWord}%' or detail like '%${keyWord}%';
|
||||
|
||||
</select>
|
||||
<select id="findPatientSickCircleList" resultType="doctor.domain.entity.SickCircleEntity"
|
||||
parameterType="java.lang.Integer">
|
||||
select sick_circle_id , `user_id`, `title`, `department_id`, `adopt_comment_id`, `disease`, `detail`, `treatment_hospital`, `treatment_start_time`, `treatment_end_time`, `treatment_process`, `picture`, `release_time`, `adopt_time`, `amount`, `create_time`, `collection_num`, `comment_num`
|
||||
from sick_circle where user_id=#{patientUserId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
|
Loading…
Reference in New Issue