mirror of
https://github.com/wahyd4/Martian.git
synced 2026-08-09 05:16:21 +10:00
update version
This commit is contained in:
@@ -71,7 +71,7 @@ public class ExecuteRef {
|
||||
String beanName = null;
|
||||
if(marsReference != null && !StringUtil.isNull(marsReference.beanName())){
|
||||
beanName = marsReference.beanName();
|
||||
} else if(marsApi != null || !StringUtil.isNull(marsApi.refBean())){
|
||||
} else if(marsApi != null && !StringUtil.isNull(marsApi.refBean())){
|
||||
beanName = marsApi.refBean();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user