Commit 0e9cae71 by 阮思源

Merge branch 'feat-zy-1002828' into 'master'

修改dao层错误

See merge request rays/pcloud-book!687
parents ff9ad9b6 b73d1e31
......@@ -29,7 +29,7 @@ public class GiftReceiveDaoImpl extends BaseDaoImpl<GiftReceive> implements Gift
Map<String,Object> map=new HashMap<>();
map.put("wechatUserId",wechatUserId);
map.put("giftPackageId",giftPackageId);
super.getSessionTemplate().update(getStatement("getGiftReceive"),map);
super.getSessionTemplate().update(getStatement("useGiftCoupon"),map);
}
@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