库存导入bug修复,外貌重构初步
This commit is contained in:
@@ -26,4 +26,7 @@ public interface OaProgressMapper extends BaseMapperPlus<OaProgressMapper, OaPro
|
||||
List<OaProgressDetail> getKeyList();
|
||||
|
||||
Page<OaProgressVo> selectVoPagePlus(@Param("page") Page<Object> build,@Param(Constants.WRAPPER) QueryWrapper<OaProgress> lqw);
|
||||
|
||||
|
||||
List<OaProgressVo> queryByProjectId(Long projectId);
|
||||
}
|
||||
|
||||
@@ -43,4 +43,12 @@ public interface SysOaProjectMapper extends BaseMapperPlus<SysOaProjectMapper, S
|
||||
Page<SysOaProjectVo> selectFileVoList(@Param("page") Page<Object> build, @Param(Constants.WRAPPER) QueryWrapper<SysOaProject> sysOaProjectQueryWrapper);
|
||||
|
||||
Page<SysOaProjectVo> selectVoAndProgress(@Param("page") Page<Object> build, @Param(Constants.WRAPPER) LambdaQueryWrapper<SysOaProject> sysOaProjectQueryWrapper);
|
||||
|
||||
/**
|
||||
* 外贸进度使用list
|
||||
* @param build
|
||||
* @param bo
|
||||
* @return
|
||||
*/
|
||||
Page<SysOaProjectVo> selectVoListPage(@Param("page") Page<SysOaProjectVo> build,@Param(Constants.WRAPPER) QueryWrapper<SysOaProject> bo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user