自动化立体仓库 - WMS系统
zwl
1 天以前 9145f8a44c6ae733019e43c775cc30243032e502
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) {