Commit 113c6969 authored by chase's avatar chase

fix bug

parent 65ea97e1
......@@ -322,6 +322,7 @@ public class ReportServiceImpl extends BaseService {
lastPeriod = lastProject.getYear() + "12";
}
}
trialBalanceFinalMapper.generateFinalData(projectId,Integer.valueOf(queryPeriod),lastProject==null?"0":lastProject.getId(),Integer.valueOf(lastPeriod));
}
public void assembleInvoiceRecord(String projectId,Integer period){
Project project = projectMapper.selectByPrimaryKey(projectId);
......
......@@ -190,7 +190,7 @@ from trial_balance balance
and
balance.segment10 = last_adjustment.segment10
where balance.project_id = #{projectId}
and balance.period = #{perioid}
and balance.period = #{period}
......
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