old mode 100644
new mode 100755
| | |
| | | <if test="contractName !=null and contractName != ''"> |
| | | and t.contract_name= #{contractName} |
| | | </if> |
| | | <if test="contractNameLike !=null and contractNameLike != ''"> |
| | | and t.contract_name like concat('%',#{contractNameLike},'%') |
| | | </if> |
| | | <if test="startTime !=null"> |
| | | and t.start_time= #{startTime} |
| | | </if> |
| | |
| | | <if test="contractName !=null and contractName != ''"> |
| | | , t.contract_name= #{contractName} |
| | | </if> |
| | | <if test="startTime !=null and startTime != ''"> |
| | | <if test="startTime !=null "> |
| | | , t.start_time= #{startTime} |
| | | </if> |
| | | <if test="endTime !=null and endTime != ''"> |
| | | <if test="endTime !=null"> |
| | | , t.end_time= #{endTime} |
| | | </if> |
| | | <if test="state !=null and state != ''"> |