This commit is contained in:
余宇波 2025-08-21 11:51:19 +08:00
parent 0df3a752b1
commit 957b8d30da

View File

@ -62,7 +62,7 @@ namespace Pilot_KD_Parino.QPHY_AutoWrireRecord
var data = DBServiceHelper.ExecuteDynamicObject(this.Context, sql);
var one1 = (from q in data
join b in list1 on q["FBILLNO"].ToString() equals b["FBILLNO2"].ToString()
where decimal.Parse(b["FALLAMOUNT22"]?.ToString()) > decimal.Parse(q["F_AMOUNT"]?.ToString())
where decimal.Parse(b["FALLAMOUNT22"]?.ToString()) > decimal.Parse(q["XiaoFamount"]?.ToString())
select q["FBILLNO"]).ToList();
if (one1.Count > 0)
{