Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hangzhoutd2bdsproject
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangguangchao
hangzhoutd2bdsproject
Commits
27b73daa
Commit
27b73daa
authored
Oct 15, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脚本文件修改
parent
e59debbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ditopn.0036.script
script/ditopn.0036.script
+3
-2
ptssub.0007.script
script/ptssub.0007.script
+2
-2
No files found.
script/ditopn.0036.script
View file @
27b73daa
...
...
@@ -6,8 +6,8 @@ void registerSettlement()
Date feedat1 = Platform.today();
Date feedat2 = Platform.today();
String licomsw = "Y";
int licomun = Platform.getMonthUnits( $lidgrp\rec\opndat.getValue(), $lidgrp\rec\expdat.getValue() );
licomun = 1;
//
int licomun = Platform.getMonthUnits( $lidgrp\rec\opndat.getValue(), $lidgrp\rec\expdat.getValue() );
int
licomun = 1;
$setmod\setfeg.addFeeData( "DISCOM", licomsw, licomun, feedat1, feedat2 );
}
\ No newline at end of file
script/ptssub.0007.script
View file @
27b73daa
...
...
@@ -27,12 +27,12 @@ String ptsmodGetPtsptaPathFromRol(String argrol,IModule arggrp)
type = Platform.recGetObj( rolmod );
if( Platform.compareTo(type, "PTSPTA") != 0 )
{
Platform.clear( rolmodpath )
;
rolmodpath = NULLSTR
;
}
}
else
{
Platform.clear( rolmodpath )
;
rolmodpath = NULLSTR
;
}
}
return rolmodpath;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment