lighter 1 年之前
父节点
当前提交
905b6422b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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("_");