wuxw лет назад: 6
Родитель
Сommit
2e4d326de0

+ 0 - 10
WebService/src/main/resources/components/pageFramePackage/common/commonTop.html

@@ -20,16 +20,6 @@
 <script src="/js/bootstrap/bootstrap-datetimepicker.js"></script>
 <script src="/js/bootstrap/bootstrap-datetimepicker.zh-CN.js"></script>
 
-<!-- 百度统计 -->
-<script>
-var _hmt = _hmt || [];
-(function() {
-  var hm = document.createElement("script");
-  hm.src = "https://hm.baidu.com/hm.js?adedae9bc250561cc17e96dc1fb46079";
-  var s = document.getElementsByTagName("script")[0];
-  s.parentNode.insertBefore(hm, s);
-})();
-</script>
 
 
 

+ 4 - 6
java110-db/src/main/resources/mapper/community/RepairServiceDaoImplMapper.xml

@@ -133,9 +133,8 @@
         where 1 =1
         <if test="staffId != null and staffId != ''">
             and t.repair_id = rru.repair_id
-            and user_id = #{staffId}
-            and community_id = #{communityId}
-            and status_cd = '0'
+            and rru.user_id = #{staffId}
+            and rru.status_cd = '0'
             and td.`table_name` = 'r_repair_user'
             AND td.`table_columns` = 'state'
             AND td.`status_cd` = rru.state
@@ -231,9 +230,8 @@
         where 1 =1
         <if test="staffId != null and staffId != ''">
             and t.repair_id = rru.repair_id
-            and user_id = #{staffId}
-            and community_id = #{communityId}
-            and status_cd = '0'
+            and rru.user_id = #{staffId}
+            and rru.status_cd = '0'
             and td.`table_name` = 'r_repair_user'
             AND td.`table_columns` = 'state'
             AND td.`status_cd` = rru.state