|
@@ -385,7 +385,7 @@ public class FlwProcessServiceImpl extends ServiceImpl<FlwProcessMapper, FlwProc
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
@Override
|
|
|
public boolean cloneById(Long id) {
|
|
|
- String hhMmSs = "copy" + new Date().getTime();
|
|
|
+ String hhMmSs = "Copy" + System.currentTimeMillis();
|
|
|
FlwProcessDTO dto = this.getDtoById(id);
|
|
|
dto.setProcessId(null);
|
|
|
dto.setProcessName(dto.getProcessName() + hhMmSs);
|