Commit fc46c69d by huangshunlin

group by 修正

parent c70c2eb1
......@@ -4020,7 +4020,9 @@
or t.ownref = #{shgref,jdbcType=VARCHAR}
</if>
and t.relflg in('R','W','A','B')
group by t.inr
group by t.inr,t.inidattim,t.inifrm,t.iniusr,t.ininam,t.ownref,t.objtyp,t.objinr,t.objnam,t.ssninr,t.smhnxt,t.usg,t.usr,t.cpldattim,t.infdsp,t.inftxt,t.relflg,t.comflg,t.comdat,t.cortrninr,t.xreflg,
t.xrecurblk,t.relcur,t.relamt,t.reloricur,t.reloriamt,t.relreq,t.relres,t.cnfflg,t.evttxt,t.rprusr,t.ordinr,t.exedat,t.etyextkey,t.bchkeyinr,t.accbchinr,t.relreq0,t.relreq1,t.relreq2,t.relres0,t.relres1,
t.relres2,t.relusr1,t.relusr2,t.relusr3,t.imginr,t.branchinr,t.orgflg,t.addtxt,t.clndat,stb.txt
ORDER BY t.INIDATTIM ASC
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment