Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王宇航
supplier
Commits
6030444d
Commit
6030444d
authored
Apr 21, 2021
by
Wyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉供應鏈默認餐廳ID
parent
41a1858b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
component-supply-chain/src/main/java/com/gingersoft/supply_chain/mvp/content/Constant.java
+4
-4
No files found.
component-supply-chain/src/main/java/com/gingersoft/supply_chain/mvp/content/Constant.java
View file @
6030444d
...
@@ -69,13 +69,13 @@ public class Constant {
...
@@ -69,13 +69,13 @@ public class Constant {
public
static
final
String
DELETE_FAIL
=
"刪除失敗,請稍後重試"
;
public
static
final
String
DELETE_FAIL
=
"刪除失敗,請稍後重試"
;
public
static
int
getBrandId
()
{
public
static
int
getBrandId
()
{
//
return RestaurantInfoManager.newInstance().getBrandId();
return
RestaurantInfoManager
.
newInstance
().
getBrandId
();
return
BuildConfig
.
DEBUG
?
1
:
RestaurantInfoManager
.
newInstance
().
getBrandId
();
//
return BuildConfig.DEBUG ? 1 : RestaurantInfoManager.newInstance().getBrandId();
}
}
public
static
int
getRestaurantId
()
{
public
static
int
getRestaurantId
()
{
//
return RestaurantInfoManager.newInstance().getRestaurantId();
return
RestaurantInfoManager
.
newInstance
().
getRestaurantId
();
return
BuildConfig
.
DEBUG
?
26
:
RestaurantInfoManager
.
newInstance
().
getRestaurantId
();
//
return BuildConfig.DEBUG ? 26 : RestaurantInfoManager.newInstance().getRestaurantId();
}
}
public
static
void
addBrandId
(
@NonNull
Map
<
String
,
Object
>
map
)
{
public
static
void
addBrandId
(
@NonNull
Map
<
String
,
Object
>
map
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment