調整SQL: TBelong內容,將起點本身的標的也算進去

This commit is contained in:
Yuan Chiu 2015-01-20 02:32:23 +08:00
parent 6c83c28b98
commit 76476de02f

View File

@ -583,6 +583,7 @@ CREATE TABLE IF NOT EXISTS `chu__TBelong` (
--
INSERT INTO `chu__TBelong` (`ThID`, `TID`, `Weights`) VALUES
(1, 0, 0),
(1, 1, 1),
(1, 2, 2),
(1, 3, 4),