|  |  | 
 |  |  | import com.zy.common.utils.HttpHandler; | 
 |  |  | import lombok.extern.slf4j.Slf4j; | 
 |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
 |  |  | import org.springframework.beans.factory.annotation.Value; | 
 |  |  |  | 
 |  |  | @Slf4j | 
 |  |  | public class PostMesDataUtils extends AbstractHandler<String> { | 
 |  |  |     @Autowired | 
 |  |  |     private ApiLogService apiLogService; | 
 |  |  |     @Value("${mes.start}") | 
 |  |  |     private boolean start;  //静置库位所在排号 | 
 |  |  |  | 
 |  |  |     public ReturnT<String> postMesData(String name,String URL,String mesPath, Object combParam){ | 
 |  |  |         if (true){ | 
 |  |  |         if (!start){ | 
 |  |  |             return SUCCESS; | 
 |  |  |         } | 
 |  |  |         if(combParam != null){ |