Merge branch 'feature/dxf' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into feature/dxf

This commit is contained in:
dxfeng 2024-06-11 09:15:33 +08:00
commit 41322ccac8
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;
}