ylliX - Online Advertising Network

“nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘pod’ not found

error: “nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘pod’ not found. Available parameters are [pods, startTime, endTime, envId, param3, param4, param1, param2]” code: @Select(“SELECT im.\*, po.id AS podId ” + “FROM instance_monitor im ” + “JOIN pod po ON im.name = po.name ” + “WHERE im.update_time BETWEEN #{startTime} AND #{endTime} ” + ” AND im.env_id = #{envId} […]

One More Parameter, Bro

Matt needed to add a new field to a form. This simple task was made complicated by the method used to save changes back to the database. Let's see if you can spot what the challenge was: public int saveQualif(String docClass, String transcomId, String cptyCod, String tradeId, String originalDealId, String codeEvent, String multiDeal, String foNumber, […]