@@ -75,7 +75,7 @@
<where>
<if test="mdid != null and mdid != ''">and e.mdid = #{mdid}</if>
<if test="estimateTime != null ">and e.estimate_time = #{estimateTime}</if>
- <if test="createBy != null">and e.create_By = #{createBy}</if>
+ <if test="createBy != null">and e.create_By = #{createBy}</if>
</where>
</select>