This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix neupos
release_toaliyun_real
xiaohanzi
4 years ago
parent
ce5122b0b5
commit
7f7e2eb415
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkNeuPosAdmin/src/main/java/com/iformall/controller/NeuPosAdminController.java
+ 1
- 1
mallinkNeuPosAdmin/src/main/java/com/iformall/controller/NeuPosAdminController.java
View File
@@ -37,7 +37,7 @@ public class NeuPosAdminController extends BaseController {
private boolean tenantValid(String tenantId) {
if (tenantId.equals("1013")) {
if (tenantId.equals("1013")
|| tenantId.equals("789")
) {
return true;
}
return false;
Write
Preview
Loading…
Cancel
Save