修复bug

This commit is contained in:
wulin 2020-11-11 17:13:10 +08:00
parent 5dc2b4e24f
commit c949f1681d

View File

@ -341,7 +341,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
}
//下面拷贝一份考评组信息发起后所使用的考评组id为复制后的id
if(isInsert){
if(!isInsert){
evaluationGroup.setCopyId(evaluationGroup.getId());
evaluationGroup.setId(null);
evaluationGroup.setGmtCreate(null);