@@ -17,10 +17,13 @@ class FgbusinesschancService extends ServiceBase {
...
@@ -17,10 +17,13 @@ class FgbusinesschancService extends ServiceBase {
// this.customQuery(sql);
// this.customQuery(sql);
// }
// }
asynccreate(req,actionBody){
asynccreate(req,actionBody){
varsql="INSERT INTO `fg_businesschance` (`companyId` ,`companyName`,`businessId`,`created_at` ) VALUE (:companyId,:companyName,:businessId,:created_at)";
varsql="INSERT INTO `fg_businesschance` (`companyId` ,`crm_company_name`,`standard_company_name`,`businessId`,`created_at` ) VALUE (:companyId,:crm_company_name,:standard_company_name,:businessId,:created_at)";