Commit dbf109ec authored by shiyu's avatar shiyu

更新分销商利润

parent 4a9cad45
...@@ -33,7 +33,7 @@ public class DistributorProfitDaoImpl implements DistributorProfitDao { ...@@ -33,7 +33,7 @@ public class DistributorProfitDaoImpl implements DistributorProfitDao {
criteria.andDistributionOrderIdEqualTo(distributionOrderId); criteria.andDistributionOrderIdEqualTo(distributionOrderId);
DistributorProfit distributorProfit = new DistributorProfit(); DistributorProfit distributorProfit = new DistributorProfit();
distributorProfit.setIsValid(valid); distributorProfit.setIsValid(valid);
return distributorProfitMapper.updateByExample(distributorProfit, example); return distributorProfitMapper.updateByExampleSelective(distributorProfit, example);
} }
@Override @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