mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 23:57:12 +08:00
bugfix
This commit is contained in:
@@ -28,7 +28,7 @@ public class SalaryItemEntity extends OrgCommonEntity {
|
|||||||
+ "where d.id = i.dictionary_id\n"
|
+ "where d.id = i.dictionary_id\n"
|
||||||
+ " and d.code = 'salaryItem.type'\n"
|
+ " and d.code = 'salaryItem.type'\n"
|
||||||
+ " and i.code = item_type)")
|
+ " and i.code = item_type)")
|
||||||
@Comment("工资项目类型-名称")
|
// @Comment("工资项目类型-名称")
|
||||||
private String itemTypeName;
|
private String itemTypeName;
|
||||||
|
|
||||||
@Comment("工资项目录入方式")
|
@Comment("工资项目录入方式")
|
||||||
@@ -41,7 +41,7 @@ public class SalaryItemEntity extends OrgCommonEntity {
|
|||||||
+ "where d.id = i.dictionary_id\n"
|
+ "where d.id = i.dictionary_id\n"
|
||||||
+ " and d.code = 'salaryItem.inputType'\n"
|
+ " and d.code = 'salaryItem.inputType'\n"
|
||||||
+ " and i.code = input_type)")
|
+ " and i.code = input_type)")
|
||||||
@Comment("工资项目录入方式-名称")
|
// @Comment("工资项目录入方式-名称")
|
||||||
private String inputTypeName;
|
private String inputTypeName;
|
||||||
|
|
||||||
@Comment("公式-显示")
|
@Comment("公式-显示")
|
||||||
|
|||||||
Reference in New Issue
Block a user