|
|
@@ -409,6 +409,15 @@ public class accountController extends BaseController {
|
|
|
return HtmlPageTemplate.merge("CONF.html", map);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 配置项自定义字段保存
|
|
|
+ * @param userContext
|
|
|
+ * @param cateId
|
|
|
+ * @param objectId
|
|
|
+ * @param data
|
|
|
+ * @return
|
|
|
+ * @throws Exception
|
|
|
+ */
|
|
|
@Mapping("com.awspaas.user.apps.donenow_crm_save")
|
|
|
public ResponseObject udfSave(UserContext userContext, String cateId, String objectId, String data) throws Exception {
|
|
|
System.out.println("cateId=" + cateId + " objectId=" + objectId);
|
|
|
@@ -433,7 +442,7 @@ public class accountController extends BaseController {
|
|
|
|
|
|
DBSql.update(sql, values.toArray());
|
|
|
|
|
|
- return ResponseObject.newOkResponse("����ɹ�");
|
|
|
+ return ResponseObject.newOkResponse();
|
|
|
}
|
|
|
|
|
|
@Mapping(value = "com.awspaas.user.apps.donenow_crm.getProductInfoByContractServiceId")
|