| | |
| | | private String statusCd = "0"; |
| | | private String state; |
| | | private String stateName; |
| | | private String curYear; |
| | | |
| | | |
| | | public String getPrimeRate() { |
| | |
| | | public void setPayerObjType(String payerObjType) { |
| | | this.payerObjType = payerObjType; |
| | | } |
| | | |
| | | public String getCurYear() { |
| | | return curYear; |
| | | } |
| | | |
| | | public void setCurYear(String curYear) { |
| | | this.curYear = curYear; |
| | | } |
| | | } |
| | |
| | | <if test="endTime !=null "> |
| | | and t.create_time <= #{endTime} |
| | | </if> |
| | | <if test="curYear != null and curYear != ''"> |
| | | and DATE_FORMAT(t.end_time,'%Y') = #{curYear} |
| | | </if> |
| | | |
| | | |
| | | </select> |