diff --git a/casic-metering-dao/src/main/resources/mapper/resource/BizResourceStaffVerifierMapper.xml b/casic-metering-dao/src/main/resources/mapper/resource/BizResourceStaffVerifierMapper.xml
index dcfcb02..c357b85 100644
--- a/casic-metering-dao/src/main/resources/mapper/resource/BizResourceStaffVerifierMapper.xml
+++ b/casic-metering-dao/src/main/resources/mapper/resource/BizResourceStaffVerifierMapper.xml
@@ -36,19 +36,19 @@
and brsi.station like concat('%',#{request.station},'%')
- and brsv.certType = #{request.certType}
+ and brsv.cert_type = #{request.certType}
- and brsv.certNo like concat('%',#{request.certNo},'%')
+ and brsv.cert_no like concat('%',#{request.certNo},'%')
- and brsv.certName like concat('%',#{request.certName},'%')
+ and brsv.cert_name like concat('%',#{request.certName},'%')
- and brsv.beginTime >= #{request.beginTime}
+ and brsv.effective_date >= #{request.beginTime}
- and brsv.endTime <= #{request.endTime}
+ and brsv.effective_date <= #{request.endTime}
and brsv.id in