identificationOfCultivatedL.../OpenAuth.Repository/Domain
陈伟 f29e9a9aca feat(workflow): 优化业务编号生成器并修复流程处理逻辑
- 修改GenerateBusinessNo方法增加step参数支持自定义步长
- 在CustomWorkflowController中硬编码流程代码为IllegalConstructionFlow
- 修复IllegalConstructionAssessment实体中SugarColumn属性格式
- 优化更新操作使用UpdateColumns避免主键冲突
- 重构拟办查询逻辑使用多表连接获取完整数据
- 完善业务编号重复检查机制并调整前缀生成策略
- 修复注释中"未完成"为"未测试"的描述错误
2026-02-06 16:33:57 +08:00
..
Permission 基础代码提交 2026-02-04 10:30:49 +08:00
workflow refactor(workflow): 重构工作流相关API响应结构 2026-02-05 13:37:02 +08:00
DataSource.cs 基础代码提交 2026-02-04 10:30:49 +08:00
DbCodeColumns.cs 基础代码提交 2026-02-04 10:30:49 +08:00
DbCodeTable.cs 基础代码提交 2026-02-04 10:30:49 +08:00
ExcelImport.cs 基础代码提交 2026-02-04 10:30:49 +08:00
ExcelImportFileds.cs 基础代码提交 2026-02-04 10:30:49 +08:00
FormDataHistory.cs 基础代码提交 2026-02-04 10:30:49 +08:00
FormModuleEntity.cs 基础代码提交 2026-02-04 10:30:49 +08:00
FormScheme.cs 基础代码提交 2026-02-04 10:30:49 +08:00
FormSchemeInfo.cs 基础代码提交 2026-02-04 10:30:49 +08:00
IllegalConstructionAssessment.cs feat(workflow): 优化业务编号生成器并修复流程处理逻辑 2026-02-06 16:33:57 +08:00
ImMsg.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysAppFiles.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysApplication.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysAreaOrg.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysCategory.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysCategoryType.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysCodeRule.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysCodeRuleSeed.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysDataItem.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysDataItemDetail.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysDatabaseLink.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysLog.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysMessage.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysModule.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysModuleColumn.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysModuleElement.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysModuleForm.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysOpenJob.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysOrg.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysPosGroup.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysPosition.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysRelevance.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysResource.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysRole.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysRoleElement.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysRoleModule.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysRoleResource.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysUploadFile.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysUser.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysUserOrg.cs 基础代码提交 2026-02-04 10:30:49 +08:00
SysUserRole.cs 基础代码提交 2026-02-04 10:30:49 +08:00
TableRecord.cs 基础代码提交 2026-02-04 10:30:49 +08:00
UserExt.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFDelegateRelation.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFDelegateRule.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFInstanceInfo.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFProcess.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFScheme.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFSchemeAuth.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFSchemeInfo.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFStamp.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFTask.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFTaskLog.cs 基础代码提交 2026-02-04 10:30:49 +08:00
WFTaskUser.cs 基础代码提交 2026-02-04 10:30:49 +08:00