generated from dxfeng/secondev-chapanda-feishu
BUG修复
This commit is contained in:
parent
a9110fbdcc
commit
3e33417a39
|
|
@ -78,7 +78,7 @@ public class ApplicantCommonInfo {
|
|||
RecordSet rs = new RecordSet();
|
||||
String[] split = id.split(",");
|
||||
for (String s : split) {
|
||||
rs.executeQuery("select xxnr from uf_sjzd where id = ?", id);
|
||||
rs.executeQuery("select xxnr from uf_sjzd where id = ?", s);
|
||||
if (rs.next()) {
|
||||
value.add(rs.getString("xxnr"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue