Commit 83c4657f authored by zhangjianqian's avatar zhangjianqian

修改

parent 392eea6c
......@@ -279,7 +279,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM
t_hidden_danger_standing_book
WHERE
is_del = '0'
is_del = '0' and source = '2'
<if test="annual!=null"> AND hidden_find_date like concat('%',#{annual},'%') </if>
<if test="companyInfoId!=null and companyInfoId!=''">
AND beyondEnterprise_id = #{companyInfoId}
......
......@@ -8,7 +8,7 @@
-->
<template>
<div class="charsCom all-flex-h">
<div class="title">隐患整改</div>
<div class="title">入户安检隐患整改</div>
<div class="two all-flex">
<div class="left">
<div class="first">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment