| java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
java110-db/src/main/resources/mapper/store/ContractServiceDaoImplMapper.xml
@@ -265,6 +265,9 @@ <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>