master
zyy 5 years ago
parent b1d1236f0c
commit 3ddba7c0ec

@ -13,7 +13,6 @@ import com.bsd.say.mapper.CouponMapper;
import com.bsd.say.mapper.RecordMapper;
import com.bsd.say.mapper.UsersMapper;
import com.bsd.say.service.AwardListService;
import com.bsd.say.service.CouponService;
import com.bsd.say.util.LogUtils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
@ -56,11 +55,13 @@ public class AwardListServiceImpl extends BaseServiceImpl<AwardListMapper, Award
/**
*
*
* @param ajaxRequest
* @return
*/
@Override
public AjaxResult award(AjaxRequest ajaxRequest) {
synchronized (this) {
AjaxResult ajaxResult = new AjaxResult();
JSONObject data = ajaxRequest.getData();
@ -116,6 +117,7 @@ public class AwardListServiceImpl extends BaseServiceImpl<AwardListMapper, Award
/**
* code
*
* @param ajaxRequest
* @return
*/
@ -178,6 +180,7 @@ public class AwardListServiceImpl extends BaseServiceImpl<AwardListMapper, Award
/**
* ()
*
* @param ajaxRequest
* @return
*/
@ -255,6 +258,7 @@ public class AwardListServiceImpl extends BaseServiceImpl<AwardListMapper, Award
/**
* code
*
* @param ajaxRequest
* @return
*/

Loading…
Cancel
Save