生产管理模块代码调整
This commit is contained in:
@@ -2481,8 +2481,8 @@ public class RunService : IRunService, ITransient
|
||||
{
|
||||
foreach (KeyValuePair<string, object> item in keywordJsonDic)
|
||||
{
|
||||
var model = columnDesign.searchList.Find(it => it.__vModel__.Equals(item.Key));
|
||||
switch (model.jnpfKey)
|
||||
var model = columnDesign.searchList?.Find(it => it.__vModel__.Equals(item.Key));
|
||||
switch (model?.jnpfKey)
|
||||
{
|
||||
case JnpfKeyConst.DATE:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user