修复BUG

This commit is contained in:
648540858 2023-11-10 17:58:40 +08:00
parent abbb5643c5
commit 4ab0200c90

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> "+