|
@@ -13,6 +13,7 @@ import com.fs.his.service.IFsStoreProductAttrService;
|
|
|
import com.fs.his.service.IFsStoreProductAttrValueService;
|
|
|
import com.fs.his.service.IFsStoreProductService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Primary;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -22,6 +23,7 @@ import java.util.List;
|
|
|
* @date 2025/6/26 下午5:55)
|
|
|
*/
|
|
|
@Service
|
|
|
+@Primary
|
|
|
public class HzOMSErpGoodsServiceImpl implements IErpGoodsService {
|
|
|
|
|
|
|