mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 13:37:49 +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}" +
|
"UPDATE wvp_common_gb_channel SET common_gb_business_group_id = #{groupDeviceIdForNew} WHERE common_gb_business_group_id = #{groupDeviceIdForOld}" +
|
||||||
"</script>")
|
"</script>")
|
||||||
void updateChanelGroup(
|
void updateChanelGroup(
|
||||||
@Param("commonRegionDeviceIdForOld") String groupDeviceIdForOld,
|
@Param("groupDeviceIdForOld") String groupDeviceIdForOld,
|
||||||
@Param("groupDeviceIdForNew") String groupDeviceIdForNew);
|
@Param("groupDeviceIdForNew") String groupDeviceIdForNew);
|
||||||
|
|
||||||
@Select("<script> "+
|
@Select("<script> "+
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user