基于javaweb+SSM+Maven维修报修管理系统(管理员、维修人员、普通用户)

基于javaweb+SSM+Maven维修报修管理系统(管理员、维修人员、普通用户)

开发工具:eclipse/idea/myeclipse/sts等均可配置运行

适用

课程设计,大作业,毕业设计,项目练习,学习演示等

      <div class="row">
        <div class="col-md-12">
          <p>
            <button type="button" class="btn btn-primary btn-hg">Huge button</button>
            <button type="button" class="btn btn-default btn-hg">Huge button</button>
          </p>
          <p>
            <button type="button" class="btn btn-primary btn-lg">Large button</button>
            <button type="button" class="btn btn-default btn-lg">Large button</button>
          </p>
          <p>
            <button type="button" class="btn btn-primary">Default button</button>
            <button type="button" class="btn btn-default">Default button</button>
          </p>
          <p>
            <button type="button" class="btn btn-primary btn-sm">Small button</button>
            <button type="button" class="btn btn-default btn-sm">Small button</button>
          </p>
          <p>
    <!--
      WARNING - @mbggenerated
      This element is automatically generated by MyBatis Generator, do not modify.
      This element was generated on Thu May 19 20:23:52 CST 2016.
    -->
    select 
    <include refid="Base_Column_List" />
    from t_repair_order
    where id = #{id,jdbcType=BIGINT}
  </select>
  <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
    <!--
      WARNING - @mbggenerated
      This element is automatically generated by MyBatis Generator, do not modify.
      This element was generated on Thu May 19 20:23:52 CST 2016.
    -->
    delete from t_repair_order
    where id = #{id,jdbcType=BIGINT}
  </delete>
  <delete id="deleteByExample" parameterType="com.demo.entity.RepairOrderExample">
    <!--
    range: "min"
  }).addSliderSegments($verticalSlider.slider("option").max, "vertical");
}
</pre>
<p class="pvl">Custom slider values:</p>

          <div class="pbl">
            <div id="slider3">
              <span class="ui-slider-value first"></span>
              <span class="ui-slider-value last"></span>
            </div>
          </div>

          <p class="ptl">The markup:</p>

<pre class="prettyprint mvl">
&lt;div id="slider3"&gt;
  &lt;span class="ui-slider-value first"&gt;&lt;/span&gt;
  &lt;span class="ui-slider-value last"&gt;&lt;/span&gt;
&lt;/div&gt;
</pre>

          <p class="ptl">The JS:</p>
import java.util.Date;
import java.util.List;

public class RepairAllocationExample {
    /**
	 * This field was generated by MyBatis Generator. This field corresponds to the database table t_repair_allocation
	 */
	protected String orderByClause;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database table t_repair_allocation
	 */
	protected boolean distinct;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database table t_repair_allocation
	 */
	protected List<Criteria> oredCriteria;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database table t_repair_allocation
	 */
	protected int limitStart;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database table t_repair_allocation
	 */

		public Criteria andRegisterIpNotIn(List<String> values) {
			addCriterion("register_ip not in", values, "registerIp");
			return (Criteria) this;
		}

		public Criteria andRegisterIpBetween(String value1, String value2) {
			addCriterion("register_ip between", value1, value2, "registerIp");
			return (Criteria) this;
		}

		public Criteria andRegisterIpNotBetween(String value1, String value2) {
			addCriterion("register_ip not between", value1, value2, "registerIp");
			return (Criteria) this;
		}

		public Criteria andLoginIpIsNull() {
                <li><a href="#fakelink">Features</a></li>
               </ul>
              <form class="navbar-form navbar-right" action="#" role="search">
                <div class="form-group">
                  <div class="input-group">
                    <input class="form-control" id="navbarInput-01" type="search" placeholder="Search">
                    <span class="input-group-btn">
                      <button type="submit" class="btn"><span class="fui-search"></span></button>
                    </span>
                  </div>
                </div>
              </form>
            </div><!-- /.navbar-collapse -->
          </nav><!-- /navbar -->

		} catch (ServiceException e) {
			throw e;
		} catch (Exception e) {
			throw new ServiceException(e.getMessage(), e);
		}
		return res;
	}

	public Res getRepairManList() {
		Res res = new Res();
		try {
			List<User> repairManList = userManager.getRepairManList();
			res.addRespose("repairManList", repairManList);
		} catch (ServiceException e) {
			throw e;
		} catch (Exception e) {
			throw new ServiceException(e.getMessage(), e);
		}
		return res;
	}

	public Res getAllUserList() {
		Res res = new Res();
    </selectKey>
    insert into t_repair_order (title, des, phone, 
      address, category_id, category_name, 
      status, star, comment, 
      submit_user_id, repair_user_id, repair_time, 
      opt_user_id, create_time, update_time
      )
    values (#{title,jdbcType=VARCHAR}, #{des,jdbcType=VARCHAR}, #{phone,jdbcType=VARCHAR}, 
      #{address,jdbcType=VARCHAR}, #{categoryId,jdbcType=INTEGER}, #{categoryName,jdbcType=VARCHAR}, 
      #{status,jdbcType=INTEGER}, #{star,jdbcType=REAL}, #{comment,jdbcType=VARCHAR}, 
      #{submitUserId,jdbcType=BIGINT}, #{repairUserId,jdbcType=BIGINT}, #{repairTime,jdbcType=TIMESTAMP}, 
      #{optUserId,jdbcType=BIGINT}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}
      )
  </insert>
  <insert id="insertSelective" parameterType="com.demo.entity.RepairOrder">
    <!--
      WARNING - @mbggenerated
	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_repair_order.opt_user_id
	 * @return  the value of t_repair_order.opt_user_id
	 */
	public Long getOptUserId() {
		return optUserId;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the value of the database column t_repair_order.opt_user_id
	 * @param optUserId  the value for t_repair_order.opt_user_id
	 */
	public void setOptUserId(Long optUserId) {
		this.optUserId = optUserId;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the value of the database column t_repair_order.create_time
	 * @return  the value of t_repair_order.create_time
	 */
	public Date getCreateTime() {
		return createTime;
	}

	/**
	 */
	private Float star;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column t_repair_order.comment
	 */
	private String comment;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column t_repair_order.submit_user_id
	 */
	private Long submitUserId;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column t_repair_order.repair_user_id
	 */
	private Long repairUserId;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column t_repair_order.repair_time
	 */
	private Date repairTime;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column t_repair_order.opt_user_id
	 */
	private Long optUserId;
	/**
	 * This field was generated by MyBatis Generator. This field corresponds to the database column t_repair_order.create_time
	 */
	private Date createTime;
	/**

运行环境

Java≥8、Tomcat≥7.0、MySQL≥5.7

开发工具

eclipse/idea/myeclipse/sts等均可配置运行

技术框架

JavaBean MVC JSP SSM(Spring SpringMVC MyBatis) Maven MySQL jQuery JavaScript CSS

适用

课程设计,大作业,毕业设计,项目练习,学习演示等

功能说明

管理员:登录、平台管理、用户管理、报修受理与维修人员分配

普通用户:登录、注册、报修查询、报修、报修结果确认及评价

维修人员:登录、报修确认

20220227155959

20220227160001

普通用户:

20220227155911

20220227155918

20220227155942

20220227155945

管理员:

20220227155950

20220227155952

20220227155955

维修人员:

20220227155957


  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值