| | |
| | | package project.project.web.admin; |
| | | package project.web.admin; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.text.DecimalFormat; |
| | |
| | | |
| | | try { |
| | | |
| | | if (!StringUtils.isNullOrEmpty(this.getLoginPartyId())) { |
| | | throw new BusinessException("无权限"); |
| | | } |
| | | |
| | | |
| | | Realtime realtime = this.dataService.realtime(symbol).get(0); |
| | | |
| | | Item item = this.itemService.cacheBySymbol(symbol, false); |
| | |
| | | |
| | | try { |
| | | |
| | | if (!StringUtils.isNullOrEmpty(this.getLoginPartyId())) { |
| | | throw new BusinessException("无权限"); |
| | | } |
| | | |
| | | String error = this.verif(type, value); |
| | | if (!StringUtils.isNullOrEmpty(error)) { |
| | | throw new BusinessException(error); |