zyy
2025-08-15 5357040ddfa6ecf10d6e0a0d36a301d7b9f114dc
src/main/java/com/nq/controller/backend/AdminStockAiController.java
@@ -5,6 +5,7 @@
 import com.nq.pojo.StockAIOrderPosition;
 import com.nq.service.IStockAiService;
 import com.nq.service.IStockService;
 import org.apache.commons.lang.StringUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Controller;
 import org.springframework.web.bind.annotation.*;
@@ -93,7 +94,7 @@
         if (id == null) {
             return ServerResponse.createByErrorMsg("id is null");
         }
         if (status.isEmpty()) {
         if (StringUtils.isBlank(status)) {
             return ServerResponse.createByErrorMsg("status is null");
         }
         return stockAiService.orderOperation(id, status);