修改视图名称为V_UAPBD_QUERYSYNC_MATCLASS

This commit is contained in:
李正@用友 2025-05-21 22:43:03 +08:00
parent 9dc9e9e266
commit 4f1f592f7d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class QuerySync extends AbstractNCCRestResource {
* 查询物料分类
*/
private JSONString queryMaterialClass(Map<String, Object> data) throws DAOException {
return baseQuery(data, "V_UAPBD_QUERYSYNC_MATERIALCLASS");
return baseQuery(data, "V_UAPBD_QUERYSYNC_MATCLASS");
}
/**