|
@@ -22,10 +22,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<result property="processKey" column="process_key" />
|
|
<result property="processKey" column="process_key" />
|
|
<result property="taskProcessKey" column="task_process_key" />
|
|
<result property="taskProcessKey" column="task_process_key" />
|
|
<result property="taskNodeKey" column="task_node_key" />
|
|
<result property="taskNodeKey" column="task_node_key" />
|
|
|
|
+ <result property="sort" column="sort"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectProductionLineVo">
|
|
<sql id="selectProductionLineVo">
|
|
- select id, production_line_no, production_line_name, production_line_department, production_line_workshop, remark, create_by_id, create_by, create_time, update_by_id, update_by, update_time, del_flag, data_approval_status, process_key, task_process_key, task_node_key from {DBNAME}.production_line
|
|
|
|
|
|
+ select id, production_line_no, production_line_name, production_line_department, production_line_workshop, remark, create_by_id, create_by, create_time, update_by_id, update_by, update_time, del_flag, data_approval_status, process_key, task_process_key, task_node_key,sort from {DBNAME}.production_line
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectProductionLineList" parameterType="com.zkqy.business.domain.ProductionLine" resultMap="ProductionLineResult">
|
|
<select id="selectProductionLineList" parameterType="com.zkqy.business.domain.ProductionLine" resultMap="ProductionLineResult">
|