Commit c254a778 authored by hezhen's avatar hezhen

123

parent 08b45d46
......@@ -104,7 +104,7 @@ public class VehiclePublishGoodsBiz extends BaseBiz<VehiclePublishGoodsMapper, V
if (count > 0){
buttonState = 1;
}else {
if (statusStr.contains("3")){
if (statusStr.contains("6")){
buttonState =2;
}else if (statusStr.contains("5"))
buttonState = 3;
......
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