新增生产管理,组装包装根据BomId拆解生产任务接口
This commit is contained in:
@@ -1010,7 +1010,7 @@ public class DataInterfaceService : IDataInterfaceService, IDynamicApiController
|
||||
|
||||
// 将逗号替换成一个单引号、逗号、单引号
|
||||
item.defaultValue = item.defaultValue?.Replace(",", "','");
|
||||
entity.Query = entity.Query?.Replace("{" + item.field + "}", "'" + item.defaultValue + "'");
|
||||
entity.Query = entity.Query?.Replace("{" + item.field + "}", item.defaultValue); //自动加引号去掉 modify by ly on 20230515
|
||||
}
|
||||
else
|
||||
entity.Query = entity.Query?.Replace("{" + item.field + "}", item.defaultValue);
|
||||
|
||||
Reference in New Issue
Block a user