bug处理
This commit is contained in:
parent
9a8dd4552d
commit
44d54c632a
|
|
@ -30,7 +30,7 @@ public class EDDataRepositoryImpl implements EDDataRepository {
|
|||
/**
|
||||
* 创建文件夹
|
||||
*
|
||||
* @param parames
|
||||
* @param edDataInfo
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#{modifierName,jdbcType=VARCHAR},now(),1
|
||||
)
|
||||
</insert>
|
||||
<select id="getDataInfoList" resultMap="EDDataMapper" parameterType="com.electromagnetic.industry.software.data.manage.domain.boardservice.indicator.parames.EDDataParams">
|
||||
<select id="getDataInfoList" parameterType="com.electromagnetic.industry.software.data.manage.domain.boardservice.indicator.parames.EDDataParams">
|
||||
SELECT
|
||||
data.id,
|
||||
data.category_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue