| | |
| | | import com.zy.ai.entity.DeviceConfigsData; |
| | | import com.zy.ai.log.AiLogAppender; |
| | | import com.zy.ai.mcp.service.WcsDataFacade; |
| | | import com.zy.ai.service.MainProcessPseudocodeService; |
| | | import com.zy.asrs.entity.BasCrnp; |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.BasRgv; |
| | |
| | | private WrkMastService wrkMastService; |
| | | @Autowired |
| | | private ConfigService configService; |
| | | @Autowired |
| | | private MainProcessPseudocodeService mainProcessPseudocodeService; |
| | | |
| | | @Override |
| | | public Object getCrnDeviceStatus(JSONObject args) { |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Object getSystemPseudocode(JSONObject args) { |
| | | boolean refresh = optBool(args, "refresh", false); |
| | | return mainProcessPseudocodeService.queryMainProcessPseudocode(refresh); |
| | | } |
| | | |
| | | @Override |
| | | public Object buildDiagnosisSnapshot(JSONObject args) { |
| | | String wh = mustStr(args, "warehouseCode"); |
| | | List<String> crnDeviceNos = optStrList(args, "crnDeviceNos"); |