smartor/src/main/resources/mapper/smartor/PatMedInspectionMapper.xml
@@ -99,6 +99,7 @@ <if test="deptname != null and deptname != ''">and deptname like concat('%', #{deptname}, '%')</if> <if test="deptid != null ">and deptid = #{deptid}</if> </where> order by update_time desc </select> <select id="selectPatMedInspectionById" parameterType="Long" resultMap="PatMedInspectionResult"> @@ -215,4 +216,4 @@ #{id} </foreach> </delete> </mapper> </mapper>