Commit 2b2c9810 authored by maliang's avatar maliang

上传bug修复

parent 5fd2fa2d
......@@ -65,7 +65,7 @@ public class CopyrightBookController {
@ApiOperation(value = "更新结算状态")
public void updateDeductionConfig(@RequestBody PageTableRequest request){
Integer type=1;
if(request.getTypeName().equals("固定扣量")){
if(request.getTypeName().equals("固定比例")){
type=2;
}
List<BaseSettlement> array = request.getArray();
......
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