Browse Source

update

master
DengBiao 1 year ago
parent
commit
e270563968
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      src/common/Model/SelfSupportForSchoolOrd.php
  2. +0
    -1
      src/common/Model/UserIdentity.php

+ 0
- 1
src/common/Model/SelfSupportForSchoolOrd.php View File

@@ -154,7 +154,6 @@ class SelfSupportForSchoolOrd extends BasicModel
*/ */
public function initialize() public function initialize()
{ {
$this->setSchema("smart_canteen");
$this->setSource("self_support_for_school_ord"); $this->setSource("self_support_for_school_ord");
} }




+ 0
- 1
src/common/Model/UserIdentity.php View File

@@ -76,7 +76,6 @@ class UserIdentity extends BasicModel
*/ */
public function initialize() public function initialize()
{ {
$this->setSchema("smart_canteen");
$this->setSource("user_identity"); $this->setSource("user_identity");
} }




Loading…
Cancel
Save