Compare commits
No commits in common. "b46b59e2a286f48cccce1c435a19ebf5746f0911" and "22352b8cd884572c82030b447f50142dce0d8cb5" have entirely different histories.
b46b59e2a2
...
22352b8cd8
|
@ -419,7 +419,7 @@ namespace Competition.Mysql.DAL
|
|||
T1 = string.Format("(select * FROM T_STK_STORAGE_SILO WHERE SILO_NAME LIKE '%{0}%')", req.SILO_NAME);
|
||||
}
|
||||
|
||||
if(string.IsNullOrEmpty(req.SHIP_NAME_EN) && string.IsNullOrEmpty(req.VOYAGE_NO) && string.IsNullOrEmpty(req.STANDARD_NAME) && string.IsNullOrEmpty(req.MONITOR_ID) && string.IsNullOrEmpty(req.BILL_NO))
|
||||
if(string.IsNullOrEmpty(req.SHIP_NAME_EN) && string.IsNullOrEmpty(req.VOYAGE_NO) && string.IsNullOrEmpty(req.STANDARD_NAME) && string.IsNullOrEmpty(req.MONITOR_ID))
|
||||
{
|
||||
T2 = "T_STK_STORAGE";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue