生产管理模块代码调整

This commit is contained in:
DEVICE8\12494
2023-05-12 22:58:16 +08:00
parent 85e7338669
commit 77bb079eee
31 changed files with 2315 additions and 1412 deletions

View File

@@ -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:
{