Commit ca886b87 by jinxin

bug处理

parent 44b53683
...@@ -91,7 +91,7 @@ public class LicenceOrderQO implements Serializable { ...@@ -91,7 +91,7 @@ public class LicenceOrderQO implements Serializable {
myPrice = myPrice/372+1; myPrice = myPrice/372+1;
} }
} }
if (this.price != myPrice){ if (!this.price .equals(myPrice)){
return 0; return 0;
} }
return 1; return 1;
......
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