Commit 6df50194 by lsk

编译报错修改

parent d287d83b
...@@ -49,11 +49,12 @@ void getOldCovers(IModule mod) ...@@ -49,11 +49,12 @@ void getOldCovers(IModule mod)
donflg = true; donflg = true;
} }
// #### label rep // #### label rep
repLabel:
while(true){
int chk = 1; int chk = 1;
String extid = NULLSTR; String extid = NULLSTR;
int use = 0; int use = 0;
repLabel:
while(true){
BigDecimal rat = null; BigDecimal rat = null;
String lstcbenam = NULLSTR; String lstcbenam = NULLSTR;
String fchownref = NULLSTR; String fchownref = NULLSTR;
......
...@@ -29,6 +29,8 @@ event $filrecv order 1000 ...@@ -29,6 +29,8 @@ event $filrecv order 1000
String filenamein = NULLSTR; String filenamein = NULLSTR;
String filenameout = NULLSTR; String filenameout = NULLSTR;
String filenameoutfull = NULLSTR; String filenameoutfull = NULLSTR;
UpdateGrids:
while(true){
for(int selidx = 2;selidx <= stmCnt;selidx++) for(int selidx = 2;selidx <= stmCnt;selidx++)
{ {
// ignore operation (= 1st line of DDRSTREAM) // ignore operation (= 1st line of DDRSTREAM)
...@@ -37,8 +39,6 @@ event $filrecv order 1000 ...@@ -37,8 +39,6 @@ event $filrecv order 1000
filenameout = getNormalizedFilename( Platform.getLastNode( filenamein ) ); filenameout = getNormalizedFilename( Platform.getLastNode( filenamein ) );
filenameoutfull = Platform.getFullName( "tmp", filenameout ); filenameoutfull = Platform.getFullName( "tmp", filenameout );
Platform.FileCopy( "client:" + filenamein, filenameoutfull ); Platform.FileCopy( "client:" + filenamein, filenameoutfull );
UpdateGrids:
while(true){
if( Platform.errorCode() > 0 ) if( Platform.errorCode() > 0 )
{ {
Platform.errorMessage( #CT001116, Platform.getErrorText() ); Platform.errorMessage( #CT001116, Platform.getErrorText() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment