Commit 89b2df1d010e070dc632cae7a7976afe5356362a
1 parent
9db73eda
修复bug
Showing
1 changed file
with
1 additions
and
1 deletions
trash-workFlow/src/main/java/com/trash/office/service/impl/HandleAffairsServiceImpl.java
| ... | ... | @@ -301,7 +301,7 @@ public class HandleAffairsServiceImpl implements IHandleAffairsService { |
| 301 | 301 | public int createGWCL(HandleAffairs handleAffairs) { |
| 302 | 302 | //新增工作台数据 |
| 303 | 303 | Workflow workflow = new Workflow(); |
| 304 | - workflow.setId("gognwenchuli:" + handleAffairs.getId().toString()); | |
| 304 | + workflow.setId("gongwenchuli:" + handleAffairs.getId().toString()); | |
| 305 | 305 | workflow.setState("0"); |
| 306 | 306 | workflow.setCreateBy(SecurityUtils.getUsername()); |
| 307 | 307 | workflow.setCreateTime(DateUtils.getNowDate()); | ... | ... |