This commit is contained in:
yuezhihang
2021-07-08 21:02:03 +08:00
parent 3960eb96ea
commit 7ee390bf08
26 changed files with 1060 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ eureka:
defaultZone: http://192.168.10.47:8761/eureka/
spring:
application:
name: bat-wkflow
name: shan2
http:
encoding:
charset: UTF-8
@@ -27,4 +27,10 @@
<select id="queryTaskName" resultType="java.lang.String">
SELECT NAME_ FROM ACT_HI_TASKINST WHERE ID_ = #{id}
</select>
<select id="findLastworkPeople" resultType="com.ydw.bat.wkflow.business_main.datas.entity.BusProcessNew">
SELECT bpn.* FROM bus_process_new bpn
LEFT JOIN act_hi_taskinst aht ON bpn.TASK_ID = aht.ID_
WHERE bpn.P_ID = #{pId} and aht.TASK_DEF_KEY_ = #{key}
</select>
</mapper>