Stringsql="SELECT net, carno, receiver, remark, goods, YEAR(gross_time) as `year`, MONTH(gross_time) as `month`, DAY(gross_time) as `day`, TIME(gross_time) as `time` FROM tbl_weight_info";
Stringsql="SELECT net, carNo, receiver, remark, goods, YEAR(gross_time) as `year`, MONTH(gross_time) as `month`, DAY(gross_time) as `day`, TIME(gross_time) as `time`, orderNo, salesTy, shipNo, transportInfo, wharf, car_team as carTeam FROM tbl_weight_info";