Commit c660b807 by lixinming

4.2修bug

parent cc86e02a
...@@ -524,8 +524,8 @@ export async function getMyEnterpriseTeamInfo(uscc:string) { ...@@ -524,8 +524,8 @@ export async function getMyEnterpriseTeamInfo(uscc:string) {
* 我的企业入口查看经济状况 * 我的企业入口查看经济状况
* @param uscc * @param uscc
*/ */
export async function getMyEnterpriseBusinessData(uscc:string, year:number) { export async function getMyEnterpriseBusinessData(uscc:string, yearMs:number) {
let year = new Date(yearMs).getFullYear();
/**找任务填报数据 */ /**找任务填报数据 */
let thisYearData = await findBusinessDataByUsccAndYear(uscc, year); let thisYearData = await findBusinessDataByUsccAndYear(uscc, year);
......
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