| | |
| | | // 已到账的红包
|
| | | int count = hongBaoService.getCount(HongBao.STATE_YILINGQU);
|
| | | if (count == 0) {
|
| | | data.put("code", "1");
|
| | | data.put("code", "0");
|
| | | out.print(data);
|
| | | return;
|
| | | }
|
| | |
| | | return;
|
| | | }
|
| | |
|
| | | List<Integer> listChecked = extractService.checkExtract(uid);
|
| | |
|
| | | if (listChecked == null || listChecked.size() == 0) {
|
| | | // 已到账的红包
|
| | | int count = hongBaoService.getCount(HongBao.STATE_YILINGQU);
|
| | | if (count == 0) {
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("资金异常"));
|
| | | return;
|
| | | }
|
| | | |
| | | List<Integer> listChecked = extractService.checkExtract(uid);
|
| | | if (listChecked == null || listChecked.size() == 0) {
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult("资金正常"));
|
| | | return;
|
| | | }
|
| | |
|
| | | Integer diversity = listChecked.get(0);
|
| | | if (diversity == 0) {
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult("资金正常"));
|
| | | } else {
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadFalseResult("资金异常"));
|
| | | } else {
|
| | | JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult("资金正常"));
|
| | | }
|
| | | |
| | | }
|
| | |
|
| | | }
|