1
zj
2024-08-26 5e9215792d64e92b0d4563c4e5d568b06899fa95
src/main/java/project/project/web/admin/AdminContractOrderController.java
@@ -1,4 +1,4 @@
package project.project.web.admin;
package project.web.admin;
import java.math.BigDecimal;
import java.text.DecimalFormat;
@@ -354,9 +354,6 @@
      
      try {
         
         if (!StringUtils.isNullOrEmpty(this.getLoginPartyId())) {
            throw new BusinessException("无权限");
         }
         
         Realtime realtime = this.dataService.realtime(symbol).get(0);
@@ -406,10 +403,6 @@
      Map<String, Object> resultMap = new HashMap<String, Object>();
      
      try {
         if (!StringUtils.isNullOrEmpty(this.getLoginPartyId())) {
            throw new BusinessException("无权限");
         }
         String error = this.verif(type, value);
         if (!StringUtils.isNullOrEmpty(error)) {