mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 02:57:50 +08:00
修复BUG
This commit is contained in:
parent
abbb5643c5
commit
4ab0200c90
@ -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> "+
|
||||
|
||||
Loading…
Reference in New Issue
Block a user