Commit ba7fd2d7 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-法大大

parent 38e4aa51
...@@ -119,10 +119,10 @@ ...@@ -119,10 +119,10 @@
/* 合同类型是否配置 空(空值),“是”(1),“否”(0) */ /* 合同类型是否配置 空(空值),“是”(1),“否”(0) */
<if test="tFascTemplateDetail.haveContractType != null and tFascTemplateDetail.haveContractType.trim() != ''"> <if test="tFascTemplateDetail.haveContractType != null and tFascTemplateDetail.haveContractType.trim() != ''">
<if test="tFascTemplateDetail.haveContractType == '1'"> <if test='tFascTemplateDetail.haveContractType == "1"'>
AND b.contract_type is not null AND b.contract_type is not null
</if> </if>
<if test="tFascTemplateDetail.haveContractType == '0'"> <if test='tFascTemplateDetail.haveContractType == "0"'>
AND b.contract_type is null AND b.contract_type is null
</if> </if>
</if> </if>
......
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