#
18516761980
2021-08-16 f25c800bca726b67ea74e6ed576b038b1b9561a7
#
2个文件已修改
4 ■■■■ 已修改文件
.idea/kls-asrs.iml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/slcf/controller/AsrsController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/kls-asrs.iml
@@ -4,11 +4,11 @@
    <facet type="jpa" name="JPA">
      <configuration>
        <setting name="validation-enabled" value="true" />
        <setting name="provider-name" value="" />
        <datasource-mapping>
          <factory-entry name="Entities" />
          <factory-entry name="kls-asrs" />
        </datasource-mapping>
        <naming-strategy-map />
      </configuration>
    </facet>
    <facet type="Spring" name="Spring">
src/main/java/com/slcf/controller/AsrsController.java
@@ -424,7 +424,7 @@
     */
    @ResponseBody
    @RequestMapping(value="/waitPakOut.action",method={ RequestMethod.GET, RequestMethod.POST })
    public JSONObject getWaitPakOut(@RequestBody String requestBody,HttpServletRequest request){
    public synchronized JSONObject getWaitPakOut(@RequestBody String requestBody,HttpServletRequest request){
        JSONObject map = new JSONObject();
        logger.error("SAP Retrieve Interface Data22-----" + requestBody);
        String lgnum="0";