modify DBDest
This commit is contained in:
parent
25eed0ce44
commit
a1875b6586
|
@ -27,7 +27,7 @@ public interface DBDest {
|
|||
//向open_source_projects表中插入对象数据
|
||||
@Insert("insert into ${table} (id,name,description,"
|
||||
+ "url,url_md5,language,category,homepage,license"
|
||||
+ "source,created_time,updated_time,extracted_time"
|
||||
+ "source,created_time,updated_time,extracted_time,"
|
||||
+ "tags,tags_for_search,synonyms,update_mark) values (#{model.id},#{model.name},#{model.description},"
|
||||
+ "#{model.url},#{model.url_md5},#{model.language},"
|
||||
+ "#{model.category},#{model.homepage},#{model.license},#{model.source},"
|
||||
|
|
Loading…
Reference in New Issue