# `ss` (procedure) > 现金日记帐 - **Type:** PROCEDURE - **Deterministic:** NO - **SQL data access:** CONTAINS SQL ## Parameters | # | Mode | Name | Type | |---|---|---|---| | 1 | OUT | `sReturn` | `varchar(5000)` | ## Body _Body is not pre-cached. To inspect: `mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE PROCEDURE `ss`'`._ ## Narrative **Business context:** Stub / scratch proc. The `COMMENT` claims 现金日记帐 (cash daybook, 财务 → 出纳) but the body has no business logic — just `SET sReturn='1111'`. Almost certainly a developer placeholder that was never deleted. **What it does:** Single statement: `SET sReturn = '1111';`. No reads, no writes, no real output. **Invocation:** Status: appears orphaned. No `gdsmodule`/`gdsconfigformmaster` binding, no `CALL ss(` in any other DB routine, no xly-src reference except hits inside other words (`Sp_Sis_GetConst` etc. contain the letters "ss"). Safe to drop after maintainer audit — keep around only to avoid breaking dev imports.