This commit is contained in:
2023-12-27 09:00:47 +08:00
parent 18dc36c50e
commit 69a2724f3b

View File

@@ -119,7 +119,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
if (null == lpkGiftCard) { if (null == lpkGiftCard) {
return rb.setMsg("请核对卡号和密钥"); return rb.setMsg("请核对卡号和密钥");
} }
if (!lpkGiftCard.getIsEnable().equals("2")) { if (lpkGiftCard.getIsEnable().equals("2")) {
return rb.setMsg("此卡已作废"); return rb.setMsg("此卡已作废");
} }