自动处理Gamma部分生成lc,scac文件#头部信息内容不一致问题修改
This commit is contained in:
parent
1efd5aa387
commit
78384d5f12
|
@ -3154,8 +3154,8 @@ public class GammaFileUtil extends AbstractLogOrReport {
|
|||
String qsSaveScac = savePath + StringPool.SLASH + qsScacPath;
|
||||
if((type.equals(MiddleDataType.Auto.getType())) || (type.equals(MiddleDataType.InterAction.getType()) && flag.equalsIgnoreCase("save")) ) {
|
||||
GammaReportUtil.writeFile(fileAnlyse.getBaseCtrls(), rootPath + qsSaveBaseLine);
|
||||
GammaReportUtil.writeFile(fileAnlyse.getVLc(), "LC", rootPath + qsSaveLc);
|
||||
GammaReportUtil.writeFile(fileAnlyse.getVScac(), "SCSC", rootPath + qsSaveScac);
|
||||
GammaReportUtil.writeFile(fileAnlyse.getVLc(), "Lc", rootPath + qsSaveLc);
|
||||
GammaReportUtil.writeFile(fileAnlyse.getVScac(), "Scac", rootPath + qsSaveScac);
|
||||
}
|
||||
|
||||
double totalNumber = 0.0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user