Sdf54 Doc_Num -> doc_num
This commit is contained in:
parent
0cddc6fb7a
commit
a6c3f2f2b3
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ public class Sdf54Creator {
|
||||||
SDf54 sDf54 = sdf54Imdg.aggregateByMax(
|
SDf54 sDf54 = sdf54Imdg.aggregateByMax(
|
||||||
"id", pb.and(
|
"id", pb.and(
|
||||||
pb.greatEqual("generationTime", TimeUtil.today()),
|
pb.greatEqual("generationTime", TimeUtil.today()),
|
||||||
pb.notNull("Doc_Num")
|
pb.notNull("doc_num")
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
if (sDf54 != null) {
|
if (sDf54 != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue