bug修复
This commit is contained in:
parent
722bc3c815
commit
6cdfc36e75
|
|
@ -590,6 +590,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
select count(1) from pt_flow_process pfp
|
select count(1) from pt_flow_process pfp
|
||||||
left join lk_pro_examine_configuration lpec on pfp.examine_id = lpec.examine_id
|
left join lk_pro_examine_configuration lpec on pfp.examine_id = lpec.examine_id
|
||||||
where pfp.examine_type = #{examineType} and lpec.business_type = #{businessType}
|
where pfp.examine_type = #{examineType} and lpec.business_type = #{businessType}
|
||||||
|
and pfp.is_active = '1'
|
||||||
<if test="proId != null and proId != ''">
|
<if test="proId != null and proId != ''">
|
||||||
and lpec.pro_id = #{proId}
|
and lpec.pro_id = #{proId}
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
insert into sys_user(user_name, nick_name, phonenumber, password, user_type,
|
insert into sys_user(user_name, nick_name, phonenumber, password, user_type,
|
||||||
status, del_flag, create_by, create_time, login_type, dept_id,parent_uuid,id_card)
|
status, del_flag, create_by, create_time, login_type, dept_id,parent_uuid,id_card)
|
||||||
values (#{contractorPrincipalPhone}, #{contractorPrincipal}, #{contractorPrincipalPhone}, #{password},
|
values (#{contractorPrincipalPhone}, #{contractorPrincipal}, #{contractorPrincipalPhone}, #{password},
|
||||||
'02', '1', '0', #{createPerson}, #{createTime}, '1,2,3', #{deptId},#{uuid},#{contractorPrincipalIdCard})
|
'02', '0', '0', #{createPerson}, #{createTime}, '1,2,3', #{deptId},#{uuid},#{contractorPrincipalIdCard})
|
||||||
</insert>
|
</insert>
|
||||||
<insert id="addProInfo" useGeneratedKeys="true" keyProperty="proId">
|
<insert id="addProInfo" useGeneratedKeys="true" keyProperty="proId">
|
||||||
insert into pt_project_info(pro_name,pro_user_id, pro_user_name, pro_user_phone, pro_type, is_outsource,
|
insert into pt_project_info(pro_name,pro_user_id, pro_user_name, pro_user_phone, pro_type, is_outsource,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue