..
This commit is contained in:
@@ -182,7 +182,7 @@ namespace FCOMMON
|
||||
" isnull(sum(inqty),0) as Total_Buy," +
|
||||
" isnull(sum(pumqty) - sum(inqty),0) as Total_Remain" +
|
||||
" from EETGW_PurchaseCR" +
|
||||
" where gcode = @gcode" +
|
||||
" where gcode = @gcode and state <> 'Cancled'" +
|
||||
" and projectidx = @project" +
|
||||
(sid == null ? string.Empty : " and sid = @sid") +
|
||||
" and isnull(isdel,0) = 0";
|
||||
|
||||
Reference in New Issue
Block a user