shenjingwei 2 tygodni temu
rodzic
commit
2d37a4a543

+ 1 - 1
src/custom/restcontroller/crm/agent/stock/stockbill.java

@@ -286,7 +286,7 @@ public class stockbill extends Controller {
 
     @API(title = "美大CRM_经销商_出入库单商品明细删除", apiversion = R.ID2026031716132201.v1.class, params = {
             @Param(paramname = "sys_enterprise_stockbillid", fieldtype = FieldType.BigInt, remarks = "出入库单ID", isrequired = true),
-            @Param(paramname = "sys_enterprise_stockbillids", fieldtype = FieldType.JSON, remarks = "出入库单ID,[1,2,3]", isrequired = true)})
+            @Param(paramname = "sys_enterprise_stockbill_itemsids", fieldtype = FieldType.JSON, remarks = "出入库单ID,[1,2,3]", isrequired = true)})
     public String sys_enterprise_stockbill_items_delete() throws YosException {
         long sys_enterprise_stockbillid = content.getLongValue("sys_enterprise_stockbillid");
         JSONArray sys_enterprise_stockbill_itemsids = content.getJSONArray("sys_enterprise_stockbill_itemsids");