generated from dxfeng/secondev-chapanda-feishu
Merge branch '20231124' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into 20231124
This commit is contained in:
commit
070a4103a3
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue