src/main/java/com/zy/asrs/service/impl/InboundCameraCaptureServiceImpl.java
@@ -24,6 +24,7 @@ import okhttp3.Response; import okhttp3.ResponseBody; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Service; import java.text.SimpleDateFormat; @@ -97,6 +98,7 @@ return successPics.isEmpty() ? null : JSON.toJSONString(successPics); } @Async @Override public void processPendingCapture(WrkMast wrkMast) { if (wrkMast == null || wrkMast.getWrkNo() == null) {