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