feat(oa): 实现奖金池与项目批量关联功能
- 新增奖金池与项目关联的批量插入接口 - 调整奖金池BO类,增加项目ID集合字段 - 移除旧的奖金池项目关联批量插入逻辑 - 优化项目进度步骤查询排序逻辑 - 在代码生成器中默认添加创建时间降序排序 - 增加排序字段sortNum以支持自定义排序
This commit is contained in:
@@ -86,6 +86,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service {
|
||||
#end
|
||||
#end
|
||||
#end
|
||||
lqw.orderByDesc(${ClassName}::getCreateTime);
|
||||
return lqw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user