|
@ -3490,7 +3490,7 @@ and b.item_no = '{0}' and a.barcode_no = '{1}'", kp_no, barcode_no); |
|
|
result.Success = false; |
|
|
result.Success = false; |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|
strSQL += $" And a.CreateDate Between '{dateStart}' And '{dateEnd}'"; |
|
|
strSQL += $" And a.CreateDate Between '{dateStart + " 00:00:00"}' And '{dateEnd + " 23:59:59"}'"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//排序:ZProductTrans.CreateDate DESC
|
|
|
//排序:ZProductTrans.CreateDate DESC
|
|
|