Commit 88a3499b46b128630948a370c95086d978e9e49d

Authored by liquanyu
1 parent af6aee76b5

update code

Showing 2 changed files with 77 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/SmsTemplateQuery.java View file @ 88a3499
... ... @@ -116,5 +116,77 @@
116 116 public void setHospitalId(Integer hospitalId) {
117 117 this.hospitalId = hospitalId;
118 118 }
  119 +
  120 + public Integer getServiceObj() {
  121 + return serviceObj;
  122 + }
  123 +
  124 + public void setServiceObj(Integer serviceObj) {
  125 + this.serviceObj = serviceObj;
  126 + }
  127 +
  128 + public Integer getServiceType() {
  129 + return serviceType;
  130 + }
  131 +
  132 + public void setServiceType(Integer serviceType) {
  133 + this.serviceType = serviceType;
  134 + }
  135 +
  136 + public Integer getServiceStatus() {
  137 + return serviceStatus;
  138 + }
  139 +
  140 + public void setServiceStatus(Integer serviceStatus) {
  141 + this.serviceStatus = serviceStatus;
  142 + }
  143 +
  144 + public Integer getSmsType() {
  145 + return smsType;
  146 + }
  147 +
  148 + public void setSmsType(Integer smsType) {
  149 + this.smsType = smsType;
  150 + }
  151 +
  152 + public Integer getSendFrequency() {
  153 + return sendFrequency;
  154 + }
  155 +
  156 + public void setSendFrequency(Integer sendFrequency) {
  157 + this.sendFrequency = sendFrequency;
  158 + }
  159 +
  160 + public Integer getSendDateType() {
  161 + return sendDateType;
  162 + }
  163 +
  164 + public void setSendDateType(Integer sendDateType) {
  165 + this.sendDateType = sendDateType;
  166 + }
  167 +
  168 + public Integer getSpecialDateType() {
  169 + return specialDateType;
  170 + }
  171 +
  172 + public void setSpecialDateType(Integer specialDateType) {
  173 + this.specialDateType = specialDateType;
  174 + }
  175 +
  176 + public Integer getSendTimeType() {
  177 + return sendTimeType;
  178 + }
  179 +
  180 + public void setSendTimeType(Integer sendTimeType) {
  181 + this.sendTimeType = sendTimeType;
  182 + }
  183 +
  184 + public String getContent() {
  185 + return content;
  186 + }
  187 +
  188 + public void setContent(String content) {
  189 + this.content = content;
  190 + }
119 191 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmsTemplateFacade.java View file @ 88a3499
... ... @@ -154,6 +154,11 @@
154 154 query.setNeed("1");
155 155 query.setLimit(request.getLimit());
156 156 query.setPage(request.getPage());
  157 + query.setSmsType(request.getSmsType());
  158 + query.setServiceStatus(request.getServiceStatus());
  159 + query.setServiceType(request.getServiceType());
  160 + query.setContent(request.getContent());
  161 + query.setServiceObj(request.getServiceObj());
157 162 if (request.getServiceObj() != null && request.getServiceObj() == 0)
158 163 {
159 164 //查询全部