From a5e17e09ce2426ceca8362248bb5e46605bd35d6 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 04 七月 2024 20:26:18 +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