lighter 1 year ago
parent
commit
905b6422b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/thyyxxk/wxservice_server/service/CouponService.java

+ 1 - 1
src/main/java/thyyxxk/wxservice_server/service/CouponService.java

@@ -111,7 +111,7 @@ public class CouponService {
     }
 
     private boolean isMedinsExist(String hisOrdNum) {
-        if (hisOrdNum.equals("NONE")) {
+        if (hisOrdNum.equals("NONE") || hisOrdNum.equals("REGISTER")) {
             return false;
         }
         String[] arr = hisOrdNum.split("_");