mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 10:36:31 +08:00
修改bug
This commit is contained in:
@@ -903,7 +903,7 @@ public abstract class BaseService<M, D, K> {
|
|||||||
MyQueryParam queryParam = new MyQueryParam(false);
|
MyQueryParam queryParam = new MyQueryParam(false);
|
||||||
MyWhereCriteria whereCriteria = new MyWhereCriteria();
|
MyWhereCriteria whereCriteria = new MyWhereCriteria();
|
||||||
whereCriteria.setCriteria(
|
whereCriteria.setCriteria(
|
||||||
relationStruct.relationOneToOne.slaveIdField(), MyWhereCriteria.OPERATOR_EQUAL, id);
|
relationStruct.relationDict.slaveIdField(), MyWhereCriteria.OPERATOR_EQUAL, id);
|
||||||
queryParam.addCriteriaList(whereCriteria);
|
queryParam.addCriteriaList(whereCriteria);
|
||||||
ResponseResult<Object> result = relationStruct.remoteClient.getBy(queryParam);
|
ResponseResult<Object> result = relationStruct.remoteClient.getBy(queryParam);
|
||||||
if (result.isSuccess()) {
|
if (result.isSuccess()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user