Commit 8aa8d18b by hzc

bug修复

parent 585706d3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.keymobile.indicators.model.mapper.indicators.TaskIndValueTmpMapper"> <mapper namespace="com.keymobile.indicators.model.mapper.indicators.TaskIndValueTmpMapper">
<select id="getByTaskId" parameterType="java.lang.String" resultType="com.keymobile.indicators.model.entity.dataenter.TaskIndValueTmp" > <select id="selectByIndsAndObjs" resultType="com.keymobile.indicators.model.entity.dataenter.TaskIndValueTmp" >
select * select *
from data_enter_task_ind_val_tmp from data_enter_task_ind_val_tmp
where ind_id in where ind_id in
......
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