| | |
| | | if(tAppUser.getState() == 2){ |
| | | return ResultUtil.error("您的账号已被冻结", ""); |
| | | } |
| | | password = Md5Util.MD5Encode(password, null); |
| | | // password = Md5Util.MD5Encode(password, null); |
| | | if(!tAppUser.getPassword().equals(password)){ |
| | | return ResultUtil.error("账号密码错误", ""); |
| | | } |
| | |
| | | commodity.setShopIds(mcsClient.queryPointMerStoreIds(vicinityGood.getId())); |
| | | break; |
| | | default: |
| | | |
| | | break; |
| | | } |
| | | goods.add(commodity); |
| | |
| | | } |
| | | commodity.setBelongsType(allCoupon.getUserPopulation()); |
| | | commodity.setGoodsType(4); |
| | | commodity.setShopIds(ucponClient.getCouponStoreIds(allCoupon.getId())); |
| | | commodity.setNums(ucponClient.getRedeemedQuantity(allCoupon.getId())); |
| | | goods.add(commodity); |
| | | } |