generated from dxfeng/secondev-chapanda-feishu
BUG-信息采集提交后、更新状态为已提交
This commit is contained in:
parent
065f559b4e
commit
37fa8b1b89
|
|
@ -220,7 +220,7 @@ public class InductionManageServiceImpl extends Service implements InductionMana
|
|||
@Override
|
||||
public Map<String, Object> infoSubmit(String id) {
|
||||
RecordSet rs = new RecordSet();
|
||||
rs.executeQuery("update uf_jcl_rzgl set xxcj = 2 where id = ?", id);
|
||||
rs.executeUpdate("update uf_jcl_rzgl set xxcj = 3 where xxcjid = ?", id);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue