修改视图名称为V_UAPBD_QUERYSYNC_MATCLASS
This commit is contained in:
parent
9dc9e9e266
commit
4f1f592f7d
|
@ -168,7 +168,7 @@ public class QuerySync extends AbstractNCCRestResource {
|
||||||
* 查询物料分类
|
* 查询物料分类
|
||||||
*/
|
*/
|
||||||
private JSONString queryMaterialClass(Map<String, Object> data) throws DAOException {
|
private JSONString queryMaterialClass(Map<String, Object> data) throws DAOException {
|
||||||
return baseQuery(data, "V_UAPBD_QUERYSYNC_MATERIALCLASS");
|
return baseQuery(data, "V_UAPBD_QUERYSYNC_MATCLASS");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue