# `Sp_Bd_bi24` (procedure) > @author:zhucx @date:20220111 @describe: 品检现场 - **Type:** PROCEDURE - **Deterministic:** NO - **SQL data access:** CONTAINS SQL ## Parameters | # | Mode | Name | Type | |---|---|---|---| | 1 | IN | `iFlag` | `int` | | 2 | IN | `iTmpCheck` | `int` | | 3 | IN | `sFormGuid` | `varchar(100)` | | 4 | IN | `sGuid` | `varchar(100)` | | 5 | IN | `sLoginId` | `varchar(100)` | | 6 | OUT | `sReturn` | `varchar(4000)` | | 7 | IN | `sBrId` | `varchar(100)` | | 8 | IN | `sSuId` | `varchar(100)` | | 9 | OUT | `sCode` | `int` | ## Body _Body is not pre-cached. To inspect: `mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE PROCEDURE `Sp_Bd_bi24`'`._ ## Narrative **Business context:** 品检现场 — four-machine 现场看板 (workshop kanban) for the 品检 (quality-inspection) line, sibling to the bi20–bi23 family. Returns the four-tile status board for PLCs `18, 3, 4, 29`. **What it does:** Hardcodes a 4-row `p_Bd_PlcNo_No(iPlcNo,iNo)` map, then for each PLC reads `elemachine`/`plc_currentmachinevalue`/`mft_workorder*` to assemble per-machine 当前状态/当前工单/已生产数量/调机时间 tiles into `p_Bd_workshop5`, finally emitting a JSON board into `sReturn`. **Invocation:** Installed by `xly-src/script/标版/30100101/kanban/Sp_Bd_bi24-品检现场.sql`. No form-master sSqlStr, no `gdsmodule` hook, no Java caller. Status: reachable only via an external dashboard HTTP endpoint that invokes the proc by name. Flag: PLC literals `18, 3, 4, 29` tenant-deployment-specific.