0905-材料管理接口增加MTO明细信息一览表
This commit is contained in:
@@ -59,7 +59,7 @@ namespace FineUIPro.Web.CLGL
|
||||
private void BindGrid()
|
||||
{
|
||||
string strSql = @"select *
|
||||
from dbo.CLGL_Material c
|
||||
from dbo.CLGL_MTODetail c
|
||||
where c.ProjectId=@ProjectId order by c.MaterialCode desc";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@ProjectId", BLL.ProjectService.GetCLProjectCodeByProjectId(this.CurrUser.LoginProjectId)));
|
||||
|
||||
Reference in New Issue
Block a user