潘志宝
9 天以前 9d5be382e52f9ac57199d5ef75cc23f925a4cdb0
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}");*/