Commit 6b94b14c by 赵剑炜

修改API参数

parent dd0a3e4d
...@@ -178,6 +178,9 @@ public class BussinessInventory implements Serializable { ...@@ -178,6 +178,9 @@ public class BussinessInventory implements Serializable {
@TableField(value = "detail_list", exist = false) @TableField(value = "detail_list", exist = false)
private List<BussinessDetail> detailList; private List<BussinessDetail> detailList;
@TableField(value = "api", exist = false)
private String API;
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
} }
\ No newline at end of file
...@@ -174,6 +174,7 @@ import static com.junmp.junmpProcess.common.CommonConstants.*; ...@@ -174,6 +174,7 @@ import static com.junmp.junmpProcess.common.CommonConstants.*;
BussinessInventory BI = bussinessInventoryService.getOne(new LambdaQueryWrapper<BussinessInventory>() BussinessInventory BI = bussinessInventoryService.getOne(new LambdaQueryWrapper<BussinessInventory>()
.eq(BussinessInventory::getProcessId, processInstanceId)); .eq(BussinessInventory::getProcessId, processInstanceId));
BI.setExamineState("finished"); BI.setExamineState("finished");
BI.setAPI("BussinessInventory");
bussinessInventoryService.updateById(BI); bussinessInventoryService.updateById(BI);
MQ.SendMsg(exchangeName,BI.getOrgId().toString(),BI); MQ.SendMsg(exchangeName,BI.getOrgId().toString(),BI);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论