修复BUG

结构优化
648540858 2023-11-10 17:58:40 +08:00
parent abbb5643c5
commit 4ab0200c90
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public interface CommonGbChannelMapper {
"UPDATE wvp_common_gb_channel SET common_gb_business_group_id = #{groupDeviceIdForNew} WHERE common_gb_business_group_id = #{groupDeviceIdForOld}" +
"</script>")
void updateChanelGroup(
@Param("commonRegionDeviceIdForOld") String groupDeviceIdForOld,
@Param("groupDeviceIdForOld") String groupDeviceIdForOld,
@Param("groupDeviceIdForNew") String groupDeviceIdForNew);
@Select("<script> "+