update gather_program
This commit is contained in:
parent
4095c893ca
commit
41f26c956e
|
@ -200,7 +200,7 @@ public class GatherThread implements Runnable {
|
|||
// update gather_projects表中对应的记录,在维持待更新表
|
||||
prjId = samePrj.getId();
|
||||
model.setId(prjId);
|
||||
model.setUpdate_mark(1);
|
||||
model.setUpdate_mark(2);
|
||||
handleUpdateGatherProjects(samePrj.getId(), model);
|
||||
}else{
|
||||
// 不存在 插入
|
||||
|
|
Loading…
Reference in New Issue