Commit 3bf146ca by 王祖波

文案

parent e96d82cf
......@@ -114,7 +114,7 @@ public class ScanController {
}
boolean checkStore = coupCardDTO.isCheckStore();
if (!checkStore) {
scanDetailVO.setCouponError("兑换在本店不可用");
scanDetailVO.setCouponError("兑换在本店不可用");
}
}
CoupCardVO cardVO = EntityUtil.changeEntityNew(CoupCardVO.class, couponList.get(0));
......
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