Commit e9c151c5 by guojuxing

实付配置调整:如果传值为null,则不变化

parent 77d012d0
......@@ -56,8 +56,8 @@ public interface DataConfigApiService {
* @Description:

* @author guojuxing
* @param enterpriseId
* @param memberBusiness 会员业务 1:开启
* @param performanceCount
业绩统计 1:开启
* @param memberBusiness 会员业务 1:开启 0:关闭
* @param performanceCount
业绩统计 1:开启 0:关闭
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>


*/
ServiceResponse<Void> configActuallyPaid(Integer enterpriseId, Integer memberBusiness, Integer performanceCount);
......
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