diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml index 613bca23..8f63a4ca 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/AgreementInfoMapper.xml @@ -109,7 +109,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN bm_unit_info bui ON bui.unit_id = bai.unit_id where bai.status = '1' - and bai.contract_code like concat('%', #{keyWord}, '%') + and (bai.contract_code like concat('%', #{keyWord}, '%') or + auth_person like concat('%', #{keyWord}, '%') or + phone like concat('%', #{keyWord}, '%'))