This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen_pay
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
a38d47d77e
commit
e270563968
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/common/Model/SelfSupportForSchoolOrd.php
+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()
{
$this->setSchema("smart_canteen");
$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()
{
$this->setSchema("smart_canteen");
$this->setSource("user_identity");
}
Write
Preview
Loading…
Cancel
Save