dongyukun
6 天以前 ed8fc5f674544d3af63c6f68093ffc038385c493
iailab-module-model/iailab-module-model-biz/src/main/resources/template/cpp.vm
@@ -23,7 +23,6 @@
      jstring keyJString = env->NewStringUTF("pyFile");
      jobject javaValueObj = env->CallObjectMethod(settings, getMID, keyJString);
      const char* strValue = env->GetStringUTFChars((jstring)javaValueObj, NULL);
      cout << strValue << endl;
      PyObject* pModule = create_py_module(strValue);
      /*PyObject* pModule = create_py_module("${pyModule}.${pyName}");*/