基于javaweb+mysql的宠物医院预约管理系统(管理员、医生、用户)
运行环境
Java≥8、MySQL≥5.7
开发工具
eclipse/idea/myeclipse/sts等均可配置运行
适用
课程设计,大作业,毕业设计,项目练习,学习演示等
功能说明
用户管理(管理员、医生、用户)、宠物管理、预约就诊、预约审核、日常健康管理、医院管理、统计分析等……
技术框架
SpringBoot SpringMVC MyBatis Shiro Thymeleaf HTML JavaScript Layui ……
适用
课程设计,大作业,毕业设计,项目练习,学习演示等
</if> </foreach> </where> </sql> <sql id="Update_By_Example_Where_Clause"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. This element was generated on Mon Apr 06 17:03:33 CST 2020. --> <where> <foreach collection="example.oredCriteria" item="criteria" separator="or"> <if test="criteria.valid"> <trim prefix="(" prefixOverrides="and" suffix=")"> <foreach collection="criteria.criteria" item="criterion"> <choose> <when test="criterion.noValue"> and ${criterion.condition} </when> <when test="criterion.singleValue"> and ${criterion.condition} #{criterion.value} </when> <when test="criterion.betweenValue"> and ${criterion.condition} #{criterion.value} and #{criterion.secondValue} </when> <when test="criterion.listValue">
html
1234567891011121314151617181920212223242526</if> <if test="address != null"> #{address,jdbcType=VARCHAR}, </if> <if test="createTime != null"> #{createTime,jdbcType=TIMESTAMP}, </if> </trim> </insert> <select id="countByExample" parameterType="com.demo.pojo.UserExample" resultType="java.lang.Long"> <!-- WARNING - @mbg.generated This element is automatically generated by MyBatis Generator, do not modify. This element was generated on Mon Apr 06 17:03:33 CST 2020. --> select count(*) from user <if test="_parameter != null"> <include refid="Example_Where_Clause" />
html
123456789101112131415161718</if> <if test="phone != null"> phone, </if> <if test="address != null"> address, </if> <if test="createTime != null"> create_time, </if> </trim> <trim prefix
html
1234567891011
于 2022-11-07 23:22:30 发布 · 717 阅读