Commit 67df2b98 by lzxry

1

parent 93bbe886
...@@ -2629,7 +2629,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -2629,7 +2629,7 @@ public class ContractServiceImpl implements ContractService {
filter.put("contractType",CONTRACT_TYPE_NAME.get(dataSTR)); filter.put("contractType",CONTRACT_TYPE_NAME.get(dataSTR));
} }
} else if ("price_level".equals(sheetTitle)) { } else if ("price_level".equals(sheetTitle)) {
if (packageMap != null && (!packageMap.containsKey(dataSTR) && (platform.equals("tkio")&&!packageMap.containsValue(Long.parseLong(dataSTR))))) { if (packageMap != null && !packageMap.containsKey(dataSTR) && !(platform.equals("tkio")&&packageMap.containsValue(Long.parseLong(dataSTR)))) {
return ResultModel.ERROR("第" + line_num + "行【套餐】错误"); return ResultModel.ERROR("第" + line_num + "行【套餐】错误");
} else { } else {
if (platform.equals("tkio")) { if (platform.equals("tkio")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment