Commit 5009435f authored by neo's avatar neo

[Bugfix] fixed missed ; and can not compile

parent f3d2ceac
...@@ -1197,7 +1197,7 @@ public class ReportServiceImpl { ...@@ -1197,7 +1197,7 @@ public class ReportServiceImpl {
private String getAcctProp(Integer acctProp) { private String getAcctProp(Integer acctProp) {
switch (acctProp) { switch (acctProp) {
case 1: case 1:
return "资产 return "资产";
case 2: case 2:
return "负债"; return "负债";
case 3: case 3:
......
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