Explorar el Código

优化乱码的问题

java110 hace 3 años
padre
commit
d32f258372

+ 1 - 1
java110-db/src/main/resources/mapper/fee/TempCarFeeConfigAttrServiceDaoImplMapper.xml

@@ -108,7 +108,7 @@
         <if test="communityId !=null and communityId != ''">
             and t.community_id= #{communityId}
         </if>
-        order by t.create_time desc
+        order by tcfrs.seq
         <if test="page != -1 and page != null ">
             limit #{page}, #{row}
         </if>

+ 2 - 2
service-api/src/main/java/com/java110/api/controller/app/AliPayNotifyController.java

@@ -12,9 +12,9 @@ import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.RestController;
 
 import javax.servlet.http.HttpServletRequest;
-import javax.xml.ws.Action;
 import java.util.Map;
 
+// 支付宝 文档 https://opendocs.alipay.com/support/01rbcv
 @RestController
 @RequestMapping(path = "/app/alipay/notify")
 public class AliPayNotifyController extends BaseController {
@@ -44,7 +44,7 @@ public class AliPayNotifyController extends BaseController {
         String sign = params.get("sign");
         System.out.println(sign);
 
-        paramIn.put("resultInfo",request.getQueryString());
+        paramIn.put("resultInfo", request.getQueryString());
 
 
         // 收到通知后记得返回SUCCESS