This commit is contained in:
dxfeng 2024-06-11 09:14:47 +08:00
commit 070a4103a3
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,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;
}