SVN r486
SVN-Revision: r486
This commit is contained in:
@@ -938,9 +938,12 @@ namespace Lskj.Business.Impl
|
||||
string Str = "";
|
||||
if (HasExistsColumn("Mps_MachineSetTab", "JzName"))
|
||||
{
|
||||
|
||||
Str = ",JzName";
|
||||
}
|
||||
if (HasExistsColumn("Mps_MachineSetTab", "modid"))
|
||||
{
|
||||
Str += ",modid";
|
||||
}
|
||||
string sqlValue = string.Format("select id dm,jtname mc{1} from Mps_MachineSetTab where workshopid='{0}' ", cjid, Str);
|
||||
if (!string.IsNullOrWhiteSpace(SystemInfo.Instance.MachineConditions)) sqlValue = sqlValue + SystemInfo.Instance.MachineConditions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user