rev:修改入库组盘状态
This commit is contained in:
@@ -18,6 +18,6 @@ public interface ActReProcdefMapper extends BaseMapper<ActReProcdef> {
|
||||
ActReProcdef getCurrentVersion(@Param("modelKey") String modelKey, @Param("version")String version);
|
||||
@Select("select act_re_procdef.* from act_re_procdef \n" +
|
||||
"left join act_ru_execution on act_ru_execution.deployment_id = act_re_procdef.deployment_id \n" +
|
||||
"where act_ru_execution.status < '90' and act_ru_execution.deployment_id = #{proc_inst_id} GROUP BY model_key")
|
||||
"where act_ru_execution.status < '90' and act_ru_execution.proc_inst_id = #{proc_inst_id} GROUP BY model_key")
|
||||
ActReProcdef getProcdefByInst(String proc_inst_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user