add : 工单流程交互开发
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
left join sys_car as c on a.car_type = c.car_id
|
||||
where a.tickets_id = #{ticketsId}
|
||||
</select>
|
||||
<select id="selectByProcessInstance" resultType="java.lang.String" parameterType="java.lang.String">
|
||||
select NAME_ from act_ru_task where PROC_INST_ID_ = #{processInstance}
|
||||
|
||||
</select>
|
||||
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user