Merge branch 'feature/djp' into develop

This commit is contained in:
MustangDeng 2022-04-01 15:06:45 +08:00
commit 5534a4689a
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public class ICategoryTransMethod {
case "2":
return "个人";
case "1,2":
case "2,1":
return "公司,个人";
default:
return "";