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