Commit 84631260 by 程裕兵

feat:enum error

parent c14785a2
......@@ -221,7 +221,7 @@ public class StudioMerchantServiceImpl implements StudioMerchantService {
if (null == apply) {
return null;
}
return MerchantConvert.convertApply(apply);
return MerchantConvert.convertApply(apply, null);
}
@Override
......
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