n
yl
2022-08-08 10315c7b6d135f2edbac5de8090b420775de1fb4
VueWebApi/DLL/DAL/BasicSettingDAL.cs
@@ -1551,7 +1551,7 @@
            {
                if (OperType == "Add")
                {
                    var sql0 = @"select *  from TCustomer where code=@code";
                    var sql0 = @"select *  from TCustomer where code=@unitcode";
                    dynamicParams.Add("@unitcode", unitcode);
                    var data = DapperHelper.selectdata(sql0, dynamicParams);
                    if (data.Rows.Count > 0)