分组类型查询单据

This commit is contained in:
lvleigang 2024-11-01 09:14:55 +08:00
parent 9d94eb0f23
commit 7570880778
1 changed files with 1 additions and 1 deletions

View File

@ -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>