Commit 27b73daa by 潘际乾

脚本文件修改

parent e59debbd
...@@ -6,8 +6,8 @@ void registerSettlement() ...@@ -6,8 +6,8 @@ void registerSettlement()
Date feedat1 = Platform.today(); Date feedat1 = Platform.today();
Date feedat2 = Platform.today(); Date feedat2 = Platform.today();
String licomsw = "Y"; String licomsw = "Y";
int licomun = Platform.getMonthUnits( $lidgrp\rec\opndat.getValue(), $lidgrp\rec\expdat.getValue() ); // int licomun = Platform.getMonthUnits( $lidgrp\rec\opndat.getValue(), $lidgrp\rec\expdat.getValue() );
licomun = 1; int licomun = 1;
$setmod\setfeg.addFeeData( "DISCOM", licomsw, licomun, feedat1, feedat2 ); $setmod\setfeg.addFeeData( "DISCOM", licomsw, licomun, feedat1, feedat2 );
} }
\ No newline at end of file
...@@ -27,12 +27,12 @@ String ptsmodGetPtsptaPathFromRol(String argrol,IModule arggrp) ...@@ -27,12 +27,12 @@ String ptsmodGetPtsptaPathFromRol(String argrol,IModule arggrp)
type = Platform.recGetObj( rolmod ); type = Platform.recGetObj( rolmod );
if( Platform.compareTo(type, "PTSPTA") != 0 ) if( Platform.compareTo(type, "PTSPTA") != 0 )
{ {
Platform.clear( rolmodpath ); rolmodpath = NULLSTR;
} }
} }
else else
{ {
Platform.clear( rolmodpath ); rolmodpath = NULLSTR;
} }
} }
return rolmodpath; return rolmodpath;
......
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