12/27
This commit is contained in:
@@ -119,7 +119,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
|
||||
if (null == lpkGiftCard) {
|
||||
return rb.setMsg("请核对卡号和密钥");
|
||||
}
|
||||
if (!lpkGiftCard.getIsEnable().equals("2")) {
|
||||
if (lpkGiftCard.getIsEnable().equals("2")) {
|
||||
return rb.setMsg("此卡已作废");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user