|
@ -286,7 +286,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report |
|
|
// condition += string.Format(" and a.LastModificationTime<='{0}' ", end);
|
|
|
// condition += string.Format(" and a.LastModificationTime<='{0}' ", end);
|
|
|
//}
|
|
|
//}
|
|
|
|
|
|
|
|
|
string str = "SELECT\n" + |
|
|
string str = "SELECT\n" + |
|
|
"temp1.*,\n" + |
|
|
"temp1.*,\n" + |
|
|
"isnull( temp2.Price, 0 ) 定价,\n" + |
|
|
"isnull( temp2.Price, 0 ) 定价,\n" + |
|
|
"ISNULL( temp3.Price, 0 ) 结算单价,\n" + |
|
|
"ISNULL( temp3.Price, 0 ) 结算单价,\n" + |
|
|