sjz
2025-04-21 74d068d0bf8a55fd8c910b46de8d3e0c0fc2ecf7
MES.Service/service/WomcaaManager.cs
@@ -2,9 +2,9 @@
using MES.Service.Dto.webApi;
using MES.Service.Modes;
using SqlSugar;
using DbType = System.Data.DbType;
namespace MES.Service.service;
using DbType = System.Data.DbType;
public class WomcaaManager : Repository<Womcaa>
{
@@ -17,6 +17,7 @@
    public bool SaveList(List<ErpWOM> rohIns)
    {
        var result = rohIns.Select(Save).ToList();
        return result.All(b => b);
    }
@@ -67,6 +68,7 @@
        if (orUpdate && baOrUpdate) return true;
        throw new NotImplementedException("插入或更新失败");
    }
    private bool UpdateData(SqlSugarScope db, Womcaa mesWomcaa,