From aeaae1d860575e0c4097031f0274262d8df17901 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 11 Dec 2020 14:02:44 +0800
Subject: [PATCH] modify shopping goods invalid time

---
 zq-erp/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/zq-erp/pom.xml b/zq-erp/pom.xml
index 4f2e0b0..9dba746 100644
--- a/zq-erp/pom.xml
+++ b/zq-erp/pom.xml
@@ -53,6 +53,12 @@
                 <env>xcx</env>
             </properties>
         </profile>
+        <profile>
+            <id>lhx</id>
+            <properties>
+                <env>lhx</env>
+            </properties>
+        </profile>
     </profiles>
     <dependencies>
 

--
Gitblit v1.9.1