项目详情跳转
This commit is contained in:
+1
-1
@@ -1654,7 +1654,7 @@ public class OtaManageApplyEOServiceImpl extends ServiceImpl<OtaManageApplyEOMap
|
||||
}
|
||||
if (StringUtils.isNotEmpty(plb.getTargetMarket())) {
|
||||
String[] marketStrs = plb.getTargetMarket().split(",");
|
||||
if (marketStrs[0].equals("china")) {
|
||||
if (marketStrs[0].equals("China")) {
|
||||
market = "CN";
|
||||
} else if (marketStrs[0].equals("UK")) {
|
||||
market = "RHD";
|
||||
|
||||
Reference in New Issue
Block a user