|
|
|
|
@ -36,7 +36,7 @@ class BIZ_train_model extends CI_Model {
|
|
|
|
|
SET tpc_from_station = '$tpc_from_station',
|
|
|
|
|
tpc_to_station = '$tpc_to_station',
|
|
|
|
|
tpc_datetime = GETDATE(),
|
|
|
|
|
TPL_Source = 'juhe'
|
|
|
|
|
tpc_source = 'juhe'
|
|
|
|
|
WHERE
|
|
|
|
|
tpc_from_station = '$tpc_from_station'
|
|
|
|
|
AND tpc_to_station = '$tpc_to_station'
|
|
|
|
|
|