分组类型查询单据
This commit is contained in:
parent
9d94eb0f23
commit
7570880778
|
@ -15,7 +15,7 @@
|
||||||
<if test="type != null and type != ''"> and csourcetype = #{type} </if>
|
<if test="type != null and type != ''"> and csourcetype = #{type} </if>
|
||||||
)
|
)
|
||||||
<if test="cbilltypecode != null and cbilltypecode != ''"> and h.cbilltypecode = #{cbilltypecode} </if>
|
<if test="cbilltypecode != null and cbilltypecode != ''"> and h.cbilltypecode = #{cbilltypecode} </if>
|
||||||
|
group by h.vbillcode,a.unitcode
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue