五院需求变更
This commit is contained in:
parent
6e6f858050
commit
c3b109abc7
|
|
@ -39,13 +39,13 @@ public class PostionPointsUpdateCron extends BaseCronJob {
|
|||
|
||||
List<PostionPoints> checkList = new ArrayList<>();
|
||||
String year = DateUtil.getYear();
|
||||
rs.executeQuery("select id,xm,khgzq,khjg from uf_khxx where khgzq = ?",year);
|
||||
rs.executeQuery("select id,xm,nd,ndjxkhjl from uf_ndjxkhdjtzzxld where nd = ?",year);
|
||||
while (rs.next()) {
|
||||
checkList.add(PostionPoints.builder()
|
||||
.id(Util.getIntValue(rs.getString("id")))
|
||||
.resourceId(Util.getIntValue(rs.getString("xm")))
|
||||
.year(Util.getIntValue(rs.getString("khgzq")))
|
||||
.checkResult(Util.getIntValue(rs.getString("khjg")))
|
||||
.year(Util.getIntValue(rs.getString("nd")))
|
||||
.checkResult(Util.getIntValue(rs.getString("ndjxkhjl")))
|
||||
.build());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue