时间修改
This commit is contained in:
parent
e7a4d1494d
commit
7e907edcd8
@ -118,6 +118,4 @@ public class SignPatientManageRouteController extends BaseController {
|
|||||||
public AjaxResult addPatientQuestionResult(@RequestBody PatientQuestionSubmitResultDTO dto) {
|
public AjaxResult addPatientQuestionResult(@RequestBody PatientQuestionSubmitResultDTO dto) {
|
||||||
return signPatientManageRouteService.addPatientQuestionResult(dto);
|
return signPatientManageRouteService.addPatientQuestionResult(dto);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -141,10 +141,10 @@
|
|||||||
and pi.visit_method = #{visitMethod}
|
and pi.visit_method = #{visitMethod}
|
||||||
</if>
|
</if>
|
||||||
<if test="executeTime != null ">
|
<if test="executeTime != null ">
|
||||||
and pter.execute_time <= #{startDate}
|
and pter.execute_time >=#{startDate}
|
||||||
</if>
|
</if>
|
||||||
<if test="executeTime != null ">
|
<if test="executeTime != null ">
|
||||||
and pter.execute_time >= #{endDate}
|
and pter.execute_time <= #{endDate}
|
||||||
</if>
|
</if>
|
||||||
<if test="manageRouteName != null and manageRouteName != ''">
|
<if test="manageRouteName != null and manageRouteName != ''">
|
||||||
and pter.manage_route_name like concat('%', #{manageRouteName}, '%')
|
and pter.manage_route_name like concat('%', #{manageRouteName}, '%')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user