This commit is contained in:
chikyun.kim
2019-07-26 17:28:19 +09:00
parent ae209e00af
commit 11d7c7f704
58 changed files with 3360 additions and 6285 deletions

View File

@@ -31,7 +31,7 @@ namespace FCM0000
private void fLovItem_Load(object sender, EventArgs e)
{
this.ta.FillSearch(this.dsMSSQL.Customs, "%" + this.keyword + "%");
this.ta.FillSearch(this.dsMSSQL.Customs, "%" + this.keyword + "%",FCOMMON.info.Login.gcode);
}