20023-08-10
This commit is contained in:
@@ -283,7 +283,8 @@ namespace BLL
|
||||
SYHSEData data = new SYHSEData();
|
||||
if (q != null && q.State == Const.CNCEC_State_S)
|
||||
{
|
||||
data = GetItemBySyhseData_SYHSE(q);
|
||||
// data = GetItemBySyhseData_SYHSE(q);
|
||||
data = StatisticalData();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -350,10 +351,10 @@ namespace BLL
|
||||
public static SYHSEData StatisticalData()
|
||||
{
|
||||
string thisUnitId = string.Empty;
|
||||
var thisUnit = Const.UnitId_CWCEC;
|
||||
var thisUnit = CommonService.GetIsThisUnit();
|
||||
if (thisUnit != null)
|
||||
{
|
||||
thisUnitId = thisUnit;
|
||||
thisUnitId = thisUnit.UnitId;
|
||||
}
|
||||
var base_Unit = BLL.UnitService.GetUnitByUnitId(thisUnitId);
|
||||
var ProjectData = (from x in Funs.DB.Project_SYHSEData_SYHSE
|
||||
|
||||
Reference in New Issue
Block a user