diff --git a/.gitignore b/.gitignore
index 25c382a22..ddbcd048a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ target/
/src/test
/src/META-INF
+/log
+
diff --git a/src/com/engine/salary/mapper/datacollection/AddUpDeductionMapper.xml b/src/com/engine/salary/mapper/datacollection/AddUpDeductionMapper.xml
index e1fcdbc62..761feee42 100644
--- a/src/com/engine/salary/mapper/datacollection/AddUpDeductionMapper.xml
+++ b/src/com/engine/salary/mapper/datacollection/AddUpDeductionMapper.xml
@@ -274,11 +274,7 @@
d.DEPARTMENTNAME as deparmentName
from hrmresource e
left join hrmdepartment d on e.departmentid = d.id
-<<<<<<< HEAD
- where e.status not in (4, 5, 6, 7)
-=======
where e.status not in (7)
->>>>>>> origin/develop
@@ -484,19 +480,12 @@
LEFT JOIN hrmdepartment d ON d.id = e.departmentid
WHERE
t1.delete_type = 0 AND t2.delete_type = 0
-<<<<<<< HEAD
-=======
AND e.status not in (7)
->>>>>>> origin/develop
ORDER BY t1.id DESC
-<<<<<<< HEAD
-
-
ORDER BY t1.id DESC
@@ -544,7 +523,7 @@
FROM hrsa_add_up_deduction t
WHERE delete_type = 0
- and declare_month = #{param.declareMonth}
+ and declare_month = #{param.declareMonth}
@@ -700,8 +679,6 @@
#{item.id}
-<<<<<<< HEAD
-=======
->>>>>>> origin/develop
\ No newline at end of file