| | |
| | | import java.util.List; |
| | | import com.example.springboot.service.*; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import com.example.springboot.entity.Flowcard; |
| | | |
| | | import com.example.springboot.entity.FlowCard; |
| | | import com.example.springboot.entity.FlowCard; |
| | | import com.example.springboot.entity.GlassInfo; |
| | | import com.example.springboot.entity.MeasureSetting; |
| | | import com.example.springboot.entity.Out_slice; |
| | |
| | | jsonObject.append("StoragTaskeTaskOut", StoragTaskeTaskOut); |
| | | |
| | | //查询当前订单任务 |
| | | List<Flowcard> OrderTask = storageCageService.SelectOrderTask(); |
| | | List<FlowCard> OrderTask = storageCageService.SelectOrderTask(); |
| | | jsonObject.append("OrderTask", OrderTask); |
| | | |
| | | } catch (InterruptedException e) { |