|
|
@@ -142,8 +142,8 @@ public class UpdateDataTableImpl extends GenericProvider implements UpdateDataTa
|
|
|
werStr = wsf.toString();
|
|
|
// 去除多余的 "and"
|
|
|
werStr = werStr.substring(0,werStr.length()-4);
|
|
|
-
|
|
|
- integer = updateDataTableDao.updateBatchTable(tableName , psf.toString() , werStr);
|
|
|
+ String setSql = JSONObject.toJSONString(psf);
|
|
|
+ integer = updateDataTableDao.updateBatchTable(tableName , setSql , werStr);
|
|
|
}
|
|
|
}
|
|
|
}
|