@@ -100,6 +100,6 @@ public interface StructureMapper extends BaseMapper<Structure> {
* @param structureName
* @return 返回查询到的数据
*/
- List<Structure> getStandardByStructureName(String structureName);
+ //List<Structure> getStandardByStructureName(String structureName);
}