fun_GetPreProcessQty.md
673 Bytes
fun_GetPreProcessQty (function)
获取工单上工序报工数
- Type: FUNCTION
-
Returns:
decimal - Deterministic: NO
- SQL data access: CONTAINS SQL
- Created: 2026-04-27 19:10:16
- Last altered: 2026-04-27 19:10:16
Parameters
| # | Mode | Name | Type |
|---|---|---|---|
| 0 | RETURN | `` | decimal(18,2) |
| 1 | IN | p_sWorkOrderProcessTbId |
varchar(55) |
| 2 | IN | P_sType |
varchar(50) |
| 3 | IN | p_sWorkOrderId |
varchar(50) |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONfunGetPreProcessQty'._
Narrative
No human-written narrative yet.