|
@@ -32,10 +32,10 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectImputationInterface" parameterType="ImputationData" resultType="ImputationData">
|
|
<select id="selectImputationInterface" parameterType="ImputationData" resultType="ImputationData">
|
|
- select year, table_name tableName, interface_name interfaceName, jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, decb from t_u_imputation_interface
|
|
|
|
|
|
+ select year, interface_id interfaceId, interface_name interfaceName, jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, decb from t_u_imputation_interface
|
|
<where>
|
|
<where>
|
|
<if test="year != null and year != ''"> and year = #{year}</if>
|
|
<if test="year != null and year != ''"> and year = #{year}</if>
|
|
- <if test="tableName != null and tableName != ''"> and table_name = #{tableName}</if>
|
|
|
|
|
|
+ <if test="interfaceId != null and interfaceId != ''"> and interface_id = #{interfaceId}</if>
|
|
<if test="interfaceName != null and interfaceName != ''"> and interface_name = #{interfaceName}</if>
|
|
<if test="interfaceName != null and interfaceName != ''"> and interface_name = #{interfaceName}</if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|