Browse Source

安全措施确认人优化

master
liwenxuan 2 months ago
parent
commit
bb96f2d4e1
  1. 14
      src/main/resources/mapper/FxfxdxMapper.xml

14
src/main/resources/mapper/FxfxdxMapper.xml

@ -735,9 +735,19 @@
<select id="queryDhAqcsByBianhao" resultType="com.hxjt.dataupload.model.entity.tszy.aqcs.Aqcs"> <select id="queryDhAqcsByBianhao" resultType="com.hxjt.dataupload.model.entity.tszy.aqcs.Aqcs">
SELECT SELECT
MEAIMP as querenren,SAFCONTENT as ancuoneirong,SAFMEASIMPLE as shifousheji o.SAFCONTENT as ancuoneirong,
o.SAFMEASIMPLE as shifousheji,
pe.EMPNAME as querenren
from from
OTM_OTSAFMEAS OTM_OTSAFMEAS o
INNER JOIN
SyncPlant.dbo.PF_EMP_ACCOUNT pea
ON
o.modifier = pea.accountid
INNER JOIN
SyncPlant.dbo.PF_EMPLOYEE pe
ON
pea.empid = pe.id
WHERE WHERE
FOTID = #{bianhao} FOTID = #{bianhao}
order by SAFCONTENT order by SAFCONTENT

Loading…
Cancel
Save