艾志建模标识更新修复
This commit is contained in:
parent
6319ff009b
commit
97033189a4
|
|
@ -48,11 +48,11 @@ public class AutoUpdateSchemeJob extends BaseCronJob {
|
|||
RecordSet updateRs = new RecordSet();
|
||||
if (CollectionUtils.isNotEmpty(sbzxIds)) {
|
||||
String idStr = StringUtils.join(sbzxIds, ",");
|
||||
updateRs.execute("update uf_flsbfa set gjjsfzx=0 where id in (" + idStr + ")");
|
||||
updateRs.execute("update uf_flsbfa set sbsfzx=0 where id in (" + idStr + ")");
|
||||
}
|
||||
if (CollectionUtils.isNotEmpty(gjjzxIds)) {
|
||||
String idStr = StringUtils.join(gjjzxIds, ",");
|
||||
updateRs.execute("update uf_flsbfa set sbsfzx=0 where id in (" + idStr + ")");
|
||||
updateRs.execute("update uf_flsbfa set gjjsfzx=0 where id in (" + idStr + ")");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue