Commit b73d1e31 by 郑勇

修改dao层错误

parent 2a93188e
...@@ -29,7 +29,7 @@ public class GiftReceiveDaoImpl extends BaseDaoImpl<GiftReceive> implements Gift ...@@ -29,7 +29,7 @@ public class GiftReceiveDaoImpl extends BaseDaoImpl<GiftReceive> implements Gift
Map<String,Object> map=new HashMap<>(); Map<String,Object> map=new HashMap<>();
map.put("wechatUserId",wechatUserId); map.put("wechatUserId",wechatUserId);
map.put("giftPackageId",giftPackageId); map.put("giftPackageId",giftPackageId);
super.getSessionTemplate().update(getStatement("getGiftReceive"),map); super.getSessionTemplate().update(getStatement("useGiftCoupon"),map);
} }
@Override @Override
......
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