Commit f442114b by 翁国栋

8小时运营后台--

插入审批人--重复审批
parent d95940e8
......@@ -61,4 +61,6 @@ public class SpmkApproveDetailDto {
private Date launchTime; //审批发起时间
private Integer index;//插入审批人的索引
}
......@@ -997,8 +997,12 @@ public class RouterUtils {
.operatorHeaderUrl(listUser.get(i_user).getHeadUrl())
.sts(sts)
.signatureImg(signatureImg)
.build()
.updateById();
.build().updateById();
// if(spmkExecutor.getId()==0){
// spmkExecutor.insert();
// }else{
// spmkExecutor.updateById();
// }
listUser.get(i_user).setExecute(EXECUTED);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment