Commit 61b4061a by zhiwj

修改bug

parent 971cd65d
......@@ -62,7 +62,7 @@ public class BillingRecordController {
if (applicationDTO != null) {
return applicationDTO.getApplicationId();
} else {
return null;
return 0L;
}
}
});
......
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