Changes between Initial Version and Version 1 of Ticket #2


Ignore:
Timestamp:
12/26/2011 03:21:57 PM (14 years ago)
Author:
xiejing
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2 – Description

    initial v1  
    551.先确定测试环境和正式环境中,该表的主键是否一致。如果不一致,将测试环境的序列的开始数据修改为正式环境该表主键+1。[[BR]] 
    662.修改cn.com.pc.mis.data_convert.handy报中的InitWorkingDate文件。 
    7 1) 
     71)修改基本信息 
    88{{{ 
    99    //这里需要将area表中所有数据id都写进来,用","隔开[[BR]] 
    1010    static int[] areaId ={727,767,839,840,856,864,867,11,928,908,828,834,837,849,854,863,865,866,887,929,[[BR]] 
    11                           931,932,933,939,940,829,830,836,841,843,850,860,862,869,871,930,935,938,527,588,608,647,[[BR]] 
    12                           671,672,687,688,689,690,707,427,450,451,452,447,448,449,507,508,509,668,1,2,3,4,5,6,7,8,[[BR]] 
    13                           9,10,227,247,287,307,347,348,367,387,388,389,407,408,428,487,547,548,567,568,569,587,589,[[BR]] 
    14                           590,591,627,667,669,670,467,607,609,827,831,832,835,838,842,844,845,846,847,851,852,853,[[BR]] 
    15                           855,857,858,859,868,747,787,807,833,848,861,870,909,934,936,937,941};[[BR]] 
    16     static int fromYear = 2012; 
    17     static int toYear = 2012;}}} 
     11                          931,932,933,939,940,829,830,836,841,843,850,860,862,869,871,930,935,938,527,588,608,647,[[BR]]                        671,672,687,688,689,690,707,427,450,451,452,447,448,449,507,508,509,668,1,2,3,4,5,6,7,8,[[BR]]                         9,10,227,247,287,307,347,348,367,387,388,389,407,408,428,487,547,548,567,568,569,587,589,[[BR]]                          590,591,627,667,669,670,467,607,609,827,831,832,835,838,842,844,845,846,847,851,852,853,[[BR]]                         855,857,858,859,868,747,787,807,833,848,861,870,909,934,936,937,941};[[BR]] 
     12    //插入数据的开始年份和结束年份 
     13    static int fromYear = 2012;[[BR]] 
     14    static int toYear = 2012;[[BR]]