yangniao 2 роки тому
батько
коміт
5b773b02db
1 змінених файлів з 5 додано та 0 видалено
  1. 5 0
      sql/update_1007.sql

+ 5 - 0
sql/update_1007.sql

@@ -34,6 +34,11 @@ INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`,
 INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (80, 47, 'CALLBACK_CHECK_COOR', 'DB200.6.0', NULL, b'1', 1);
 INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (81, 47, 'CALLBACK_CHECK_COOR', 'DB200.10.0', NULL, b'1', 2);
 INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (82, 47, 'CALLBACK_CHECK_COOR', 'DB200.14.0', NULL, b'1', 3);
+INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (83, 47, 'WRITE_SEND', 'DB200.46', '', b'1', 1);
+INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (84, 47, 'WRITE_SEND', 'DB200.50', '4', b'1', 2);
+INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (85, 47, 'CALLBACK', 'DB200.50', '6', b'1', 2);
+INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (86, 47, 'CALLBACK_FAIL', 'DB200.50', '9', b'1', 1);
+INSERT INTO  `ccs_action_address`(`id`, `action_id`, `type`, `address`, `value`, `check_type`, `sort`) VALUES (87, 47, 'CALLBACK_FAIL', 'DB200.50', '10', b'1', 2);