补充提交
This commit is contained in:
parent
1ba12ef901
commit
b72d154714
8
.idea/modules.xml
Normal file
8
.idea/modules.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/system-bigdata.iml" filepath="$PROJECT_DIR$/.idea/system-bigdata.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
9
.idea/system-bigdata.iml
Normal file
9
.idea/system-bigdata.iml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -83,7 +83,7 @@ public class DeptAssessChangeScoreServiceImpl extends AbstractService implements
|
|||||||
return deptAssessService.getDeptAssessById(deptAssessId);
|
return deptAssessService.getDeptAssessById(deptAssessId);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String s1 = "该考评项目总分值s1分y年q季度处理案件数量,每件加s2分";
|
private String s1 = "该考评项目总分值s1分y年q季度处理案件n件,每件加s2分";
|
||||||
private String s2 = "该考评项目总分值s1分y年q季度因超时案件n件,每件扣除s2分";
|
private String s2 = "该考评项目总分值s1分y年q季度因超时案件n件,每件扣除s2分";
|
||||||
private String s3 = "该考评项目总分值s1分y年q季度通过检查人员对案件的评价,共加s2分";
|
private String s3 = "该考评项目总分值s1分y年q季度通过检查人员对案件的评价,共加s2分";
|
||||||
private String s4 = "y年q季度因存在d天督查,每天扣s1分";
|
private String s4 = "y年q季度因存在d天督查,每天扣s1分";
|
||||||
|
Loading…
Reference in New Issue
Block a user