Commit 6d5550af authored by hezhen's avatar hezhen

123

parent 511dc54c
......@@ -24,7 +24,7 @@ public class VehicleApplyVo extends VehicleApply {
public String getBrandName(){
if (StringUtils.isNotBlank(brandName)){
if (StringUtils.isBlank(brandName)){
String changeJson = this.getChangeJson();
if (StringUtils.isNotBlank(changeJson)){
JSONObject jsonObject = JSONObject.parseObject(changeJson);
......@@ -36,7 +36,7 @@ public class VehicleApplyVo extends VehicleApply {
public String getCategoryName(){
if (StringUtils.isNotBlank(categoryName)){
if (StringUtils.isBlank(categoryName)){
String changeJson = this.getChangeJson();
if (StringUtils.isNotBlank(changeJson)){
JSONObject jsonObject = JSONObject.parseObject(changeJson);
......
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