|
@@ -62,7 +62,7 @@ func GetPptMappingByGroupPptId(groupPptId int64, adminId int) (item *PptV2GroupM
|
|
|
return
|
|
|
}
|
|
|
|
|
|
-// GetPptMappingByPptId 查询根据ppt_Id, 查询当前目录下的所有映射关系
|
|
|
+// GetPptMappingByPptId 查询根据ppt_Id, 查询当映单个映射关系
|
|
|
func GetPptMappingByPptId(pptId int64) (item *PptV2GroupMapping, err error) {
|
|
|
o := orm.NewOrmUsingDB("rddp")
|
|
|
sql := ` select * from ppt_v2_group_mapping where ppt_id=? `
|