ntk-cms-api 1.2.232 → 1.2.233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -1676,7 +1676,7 @@ class ApiCmsServerBase extends ApiServerBase {
|
|
|
1676
1676
|
}
|
|
1677
1677
|
ServiceGetOneById(id) {
|
|
1678
1678
|
//! optimaze call api
|
|
1679
|
-
const serviceName = '
|
|
1679
|
+
const serviceName = 'ServiceGetOneById';
|
|
1680
1680
|
const serviceNameKay = serviceName + '_' + id;
|
|
1681
1681
|
if (this.getModuleCashService().includes(serviceName)) {
|
|
1682
1682
|
do {
|