From 4bd9498d45b4d9f4bc948c04ec8efc9bb02d937e Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期六, 06 七月 2024 10:12:25 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/mapper/ServiceThirdDataMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/ServiceThirdDataMapper.java b/smartor/src/main/java/com/smartor/mapper/ServiceThirdDataMapper.java index 8397fe6..29fe884 100644 --- a/smartor/src/main/java/com/smartor/mapper/ServiceThirdDataMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/ServiceThirdDataMapper.java @@ -34,5 +34,5 @@ public int insertThirdDataCfxzsq(ServiceThirdData serviceThirdData); - public int updateIsDeal(Long id); + public int updateIsDeal(ServiceThirdData serviceThirdData); } -- Gitblit v1.9.3