add : 流程图开发
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
<result property="ticketsId" column="tickets_id"/>
|
||||
<result property="carType" column="car_type"/>
|
||||
<result property="errorType" column="error_type"/>
|
||||
<result property="contractId" column="contract_number"/>
|
||||
<result property="clientId" column="client_id"/>
|
||||
<result property="description" column="description"/>
|
||||
<result property="deptPeople" column="dept_people"/>
|
||||
<result property="deptPhone" column="dept_phone"/>
|
||||
<result property="createUserId" column="create_user_id"/>
|
||||
<result property="createUser" column="create_user"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
<result property="isCheck" column="is_check"/>
|
||||
<result property="status" column="status"/>
|
||||
@@ -23,8 +22,6 @@
|
||||
select * from sys_tickets as a
|
||||
left join sys_client as b on a.client_id = b.client_id
|
||||
left join sys_car as c on a.car_type = c.car_id
|
||||
left join sys_contract as d on a.contract_id = d.contract_id
|
||||
|
||||
where a.tickets_id = #{ticketsId}
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user