Commit 4b347324 authored by huyuchen's avatar huyuchen

huych-入职登记商险待办提交

parent 8df0b24a
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
<result property="expectedCollectionTime" column="expected_collection_time"/> <result property="expectedCollectionTime" column="expected_collection_time"/>
<result property="registUser" column="regist_user"/> <result property="registUser" column="regist_user"/>
<result property="registTime" column="regist_time"/> <result property="registTime" column="regist_time"/>
<result property="customerUsernameNew" column="customer_username_new"/>
<result property="insuranceCompanyName" column="insurance_company_name"/> <result property="insuranceCompanyName" column="insurance_company_name"/>
<result property="insuranceTypeName" column="insurance_type_name"/> <result property="insuranceTypeName" column="insurance_type_name"/>
<result property="insuranceTypeId" column="insurance_type_id"/> <result property="insuranceTypeId" column="insurance_type_id"/>
...@@ -274,4 +273,14 @@ ...@@ -274,4 +273,14 @@
limit #{tEmployeeInsurancePre.limitStart},#{tEmployeeInsurancePre.limitEnd} limit #{tEmployeeInsurancePre.limitStart},#{tEmployeeInsurancePre.limitEnd}
</if> </if>
</select> </select>
<select id="getAllUnconfimData" resultMap="tEmployeeInsurancePreMap">
SELECT
<include refid="Base_Column_List"/>
FROM t_employee_insurance_pre a
<where>
1=1
<include refid="tEmployeeInsurancePre_where"/>
</where>
</select>
</mapper> </mapper>
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