1.修复查询单据类型错误问题

fengcang
x_z 3 years ago
parent c82931dcb8
commit 2810beb4bd

@ -44,8 +44,8 @@
AND basic_bustype_local.spUse =#{spUse} AND basic_bustype_local.spUse =#{spUse}
</if> </if>
</where> </where>
GROUP BY basic_bussiness_type. GROUP BY basic_bussiness_type.id
order by updateTime desc order by basic_bussiness_type.updateTime desc
</select> </select>

Loading…
Cancel
Save