住院条码查询
This commit is contained in:
parent
93c7e5b140
commit
56a0e0846f
@ -136,9 +136,9 @@ public class LisInterfaceUtil {
|
||||
String retMsg = String.valueOf(map.get("retmsg"));
|
||||
log.info("调用存储过程{}返回值:{},{}",type,retCode,retMsg);
|
||||
if(retCode.equals("0")){
|
||||
return new Result("0","调用接口成功!",retMsg);
|
||||
return new Result("0","调用接口成功!"+retMsg);
|
||||
}else{
|
||||
return new Result(retCode,"调用接口失败!",retMsg);
|
||||
return new Result(retCode,"调用接口失败!"+retMsg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user