处理属性未写入的问题
This commit is contained in:
parent
dbe84f0e9b
commit
4368743bc9
@ -87,7 +87,7 @@ public class ReadWordUtil {
|
|||||||
}
|
}
|
||||||
String title = fileFieldMap.get("标题").getData().toString();
|
String title = fileFieldMap.get("标题").getData().toString();
|
||||||
//根据名称获取PAL制度模型
|
//根据名称获取PAL制度模型
|
||||||
PALRepositoryModel palRepositoryModel = getRepositoryByName(wsdl, name);
|
PALRepositoryModel palRepositoryModel = getRepositoryByName(wsdl, title);
|
||||||
if (palRepositoryModel != null) {
|
if (palRepositoryModel != null) {
|
||||||
String id = palRepositoryModel.getId();
|
String id = palRepositoryModel.getId();
|
||||||
String sql = "update APP_ACT_COE_PAL_PROP set PROPERTYVALUE='%s' where PROPERTYID='%s' AND PLID='%s'";
|
String sql = "update APP_ACT_COE_PAL_PROP set PROPERTYVALUE='%s' where PROPERTYID='%s' AND PLID='%s'";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user