zhangzengfei
2024-07-08 35a0aa54cbc4112b4673b1d4a85fd447f5e24607
db/realPersons.go
@@ -24,7 +24,7 @@
func (l *Layouts) GetRealNamePersonList() (arr []*FeatureCacheBase, err error) {
   var persons []Layouts
   sql := "select id, tableId, person_type, feature from layouts where person_type = '1'"
   sql := "select id, tableId, person_type, feature from layouts"
   err = db.Raw(sql).Find(&persons).Error
   if err != nil {
      return nil, nil