BUG-信息采集提交后、更新状态为已提交

This commit is contained in:
dxfeng 2024-06-05 16:36:01 +08:00
parent 065f559b4e
commit 37fa8b1b89
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}