CheckoutPreActionProvider.cs changes
이 커밋은 다음에 포함됨:
@@ -94,7 +94,8 @@ namespace CRM.Visitors.ActionProviders
|
|||||||
options1.Id = checkoutid;
|
options1.Id = checkoutid;
|
||||||
options1.TableName = "bizgazecrm_visitorcheckout";
|
options1.TableName = "bizgazecrm_visitorcheckout";
|
||||||
var updateValues = new Dictionary<string, object>();
|
var updateValues = new Dictionary<string, object>();
|
||||||
updateValues.Add("checkoutdate", DateTime.Now);
|
DateTime date = DateTime.Now;
|
||||||
|
updateValues.Add("checkoutdate", date);
|
||||||
updateValues.Add("createddate", DateTime.Now);
|
updateValues.Add("createddate", DateTime.Now);
|
||||||
updateValues.Add("uniqueid", code);
|
updateValues.Add("uniqueid", code);
|
||||||
updateValues.Add("comments", comments.ToString());
|
updateValues.Add("comments", comments.ToString());
|
||||||
|
|||||||
새 이슈에서 참조
사용자 차단