ludc
2023-05-08 3a9ccb0bf9f289505d0a7fc206e23e375943507e
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/mapper/CodePhaseattrMapper.java
@@ -39,9 +39,9 @@
    */
   List<CodePhaseattrVO> selectCodePhaseattrPage(IPage page, CodePhaseattrVO CodePhaseattr);
   List<CodePhaseattrEntity> selectByPhasea(String oid);
   List<CodePhaseattrEntity> selectByPhaseaIds(String oids);
   List<CodePhaseattrEntity> listLinkAttrDOByTemplateAttrDOS(String id,String codeClassifyTemplateOid);
   List<CodePhaseattrEntity> listLinkAttrDOByTemplateAttrDOS(String id, String codeClassifyTemplateOid);
}