1
This commit is contained in:
parent
0df3a752b1
commit
957b8d30da
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user