Commit eae37f0e by 陶光胜

Merge branch 'developer' into 'master'

Developer

See merge request !21
parents 75c66d18 a9c2f270
......@@ -219,7 +219,7 @@ public class OfflineStrategy implements PayStrategy {
// gic
approvalDTO.setPlatformType(1);
if (outPayDTO.getInitiatorUser() != null) {
UserDTO userDTO = userApiService.getUserById(outPayDTO.getInitiatorUser()).getResult();
UserDTO userDTO = userApiService.getUserInfoById(outPayDTO.getInitiatorUser()).getResult();
if (userDTO != null) {
approvalDTO.setInitiatorType(userDTO.getLoginType() == 0 ?
BillingInitiatorTypeEnum.ENTERPRISE.getCode() : BillingInitiatorTypeEnum.OPERATION.getCode());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment