Commit 20ec568d authored by zhkwei's avatar zhkwei

mapping文件

parent 695ef748
......@@ -299,7 +299,7 @@
ON
assets_list.asset_detail_group_id = asset_detail_group.id
WHERE
assets_list.asset_detail_group_id IS NOT NULL and project_id=#{projectId,jdbcType=VARVHAR}
assets_list.asset_detail_group_id IS NOT NULL and project_id=#{projectId,jdbcType=VARCHAR}
AND assets_list.asset_type = #{assetType,jdbcType=INTEGER}
AND asset_detail_group.asset_group_type = #{assetType,jdbcType=INTEGER}
AND asset_detail_group.detail_group_type = #{assetDetailType,jdbcType=INTEGER}
......
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