2025-09-02改
* 生产实时数据,因da_t_wip_tracking表display_group='N/A',查不出数据
* 改为查 t_wip_DETAIL表
| | |
| | | /** |
| | | * 2025-09-02改 |
| | | * 生产实时数据,因da_t_wip_tracking表display_group='N/A',查不出数据 |
| | | * 改为查 t_wip_DETAIL表 |
| | | * 改为查 t_wip_DETAIL表 更改了display_group->group_name字段,去掉routeendflage 和routeendflage条件 |
| | | */ |
| | | // return OK_List(productionRealTimeInfoService.getProductSheet(fse)); |
| | | return OK_List(productionRealTimeInfoService.getProductSheetV2(fse)); |
| | |
| | | /** |
| | | * 2025-09-02改 |
| | | * 生产实时数据,因da_t_wip_tracking表display_group='N/A',查不出数据 |
| | | * 改为查 t_wip_DETAIL表 |
| | | * 改为查 t_wip_DETAIL表 更改了display_group->group_name字段,去掉routeendflage 和routeendflage条件 |
| | | * @param fse |
| | | * @return |
| | | * @throws BaseException |