| .vs/VueWebApi/v16/.suo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebApi/DLL/DAL/AppPurchManagementDAL.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.vs/VueWebApi/v16/.suoBinary files differ
VueWebApi/DLL/DAL/AppPurchManagementDAL.cs
@@ -79,7 +79,7 @@ left join TUom U on M.uom_code=U.code left join TCustomer C on B.customercode=C.code left join TOrganization T on A.departmentcode=T.org_code where A.ordercode=@purchordercode"; where B.quantity>B.countarrivalquantity and A.ordercode=@purchordercode"; dynamicParams.Add("@purchordercode", purchordercode); var data = DapperHelper.selectdata(sql, dynamicParams); if (data.Rows.Count > 0)